#39B9B3

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

Shades of Light Sea Green #39B9B3

Tints of Light Sea Green #39B9B3

Color information

#39B9B3 (or 0x39B9B3) is unknown color: approx Light Sea Green. HEX triplet: 39, B9 and B3. RGB value is (57,185,179). Sum of RGB (Red+Green+Blue) = 57+185+179=421 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.54% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #39B9B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39B9B3 is #C6464C. Grayscale: #919191. Windows color (decimal): -12994125 or 11778361. OLE color: 11778361.

HSL color Cylindrical-coordinate representation of color #39B9B3: hue angle of 177.19º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B9B3 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB57185179-
CMYK0.6900.030.27
HSL177.19º52.89%47.45%-
HSV(B)177.19º69.19%72.55%-
XYZ27.1738.8248.71-
YUV146.04146.5964.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.54%
GREEN value IS 185 (72.66% from 255) = 43.94%
BLUE value IS 179 (70.31% from 255) = 42.52%
R=13.54%
G=43.94%
B=42.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571851790.6900.030.27177.1952.8947.45
Hex39B9B345031Bb1352f
Octal7127126310503332616557
Binary111001101110011011001110001010111101110110001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,185,179); }

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

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

 a { background-color: rgb(57,185,179); }

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

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

 span { border-color: rgb(57,185,179); }

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