#38A965

Color #38A965 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #38A965

Tints of Medium Sea Green #38A965

Color information

#38A965 (or 0x38A965) is unknown color: approx Medium Sea Green. HEX triplet: 38, A9 and 65. RGB value is (56,169,101). Sum of RGB (Red+Green+Blue) = 56+169+101=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #38A965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A965 is #C7569A. Grayscale: #7F7F7F. Windows color (decimal): -13063835 or 6662456. OLE color: 6662456.

HSL color Cylindrical-coordinate representation of color #38A965: hue angle of 143.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A965 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB56169101-
CMYK0.6700.400.34
HSL143.89º50.22%44.12%-
HSV(B)143.89º66.86%66.27%-
XYZ18.1730.1617.18-
YUV127.46113.0677.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 169 (66.41% from 255) = 51.84%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=17.18%
G=51.84%
B=30.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561691010.6700.400.34143.8950.2244.12
Hex38A965430282290322c
Octal70251145103050422206254
Binary1110001010100111001011000011010100010001010010000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A965; }

 p { color: rgb(56,169,101); }

 H1.HeaderClassName
 {
   color: #38A965;
 }
 .AnyTagClassName
 {
   color: #38A965;
 }
</style>
background-color css

<style>
 a { background-color: #38A965; }

 a { background-color: rgb(56,169,101); }

 div.DivClassName
 {
   background-color: #38A965;
 }
 .BgClassName
 {
   background-color: #38A965;
 }
</style>
border-color css

<style>
 span { border-color: #38A965; }

 span { border-color: rgb(56,169,101); }

 td.TdClassName
 {
   border-color: #38A965;
 }
 .TagClassName
 {
   border-color: #38A965;
 }
</style>