#39B2A6

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

Shades of Light Sea Green #39B2A6

Tints of Light Sea Green #39B2A6

Color information

#39B2A6 (or 0x39B2A6) is unknown color: approx Light Sea Green. HEX triplet: 39, B2 and A6. RGB value is (57,178,166). Sum of RGB (Red+Green+Blue) = 57+178+166=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #39B2A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B2A6 is #C64D59. Grayscale: #8C8C8C. Windows color (decimal): -12995930 or 10924601. OLE color: 10924601.

HSL color Cylindrical-coordinate representation of color #39B2A6: hue angle of 174.05º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B2A6 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB57178166-
CMYK0.6800.070.30
HSL174.05º51.49%46.08%-
HSV(B)174.05º67.98%69.8%-
XYZ24.4935.4641.63-
YUV140.45142.4168.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.21%
GREEN value IS 178 (69.92% from 255) = 44.39%
BLUE value IS 166 (65.23% from 255) = 41.40%
R=14.21%
G=44.39%
B=41.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal571781660.6800.070.30174.0551.4946.08
Hex39B2A644071Eae332e
Octal7126224610407362566356
Binary1110011011001010100110100010001111111010101110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39B2A6; }

 p { color: rgb(57,178,166); }

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

<style>
 a { background-color: #39B2A6; }

 a { background-color: rgb(57,178,166); }

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

<style>
 span { border-color: #39B2A6; }

 span { border-color: rgb(57,178,166); }

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