#39BAAF

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

Shades of Light Sea Green #39BAAF

Tints of Light Sea Green #39BAAF

Color information

#39BAAF (or 0x39BAAF) is unknown color: approx Light Sea Green. HEX triplet: 39, BA and AF. RGB value is (57,186,175). Sum of RGB (Red+Green+Blue) = 57+186+175=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #39BAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BAAF is #C64550. Grayscale: #929292. Windows color (decimal): -12993873 or 11516473. OLE color: 11516473.

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

Color convert

RGB57186175-
CMYK0.6900.060.27
HSL174.88º53.09%47.65%-
HSV(B)174.88º69.35%72.94%-
XYZ26.9839.0846.68-
YUV146.17144.2664.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.64%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=13.64%
G=44.50%
B=41.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571861750.6900.060.27174.8853.0947.65
Hex39BAAF45061Baf3530
Octal7127225710506332576560
Binary1110011011101010101111100010101101101110101111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,186,175); }

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

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

 a { background-color: rgb(57,186,175); }

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

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

 span { border-color: rgb(57,186,175); }

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