#37BCAC

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

Shades of Light Sea Green #37BCAC

Tints of Light Sea Green #37BCAC

Color information

#37BCAC (or 0x37BCAC) is unknown color: approx Light Sea Green. HEX triplet: 37, BC and AC. RGB value is (55,188,172). Sum of RGB (Red+Green+Blue) = 55+188+172=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #37BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BCAC is #C84353. Grayscale: #929292. Windows color (decimal): -13124436 or 11320375. OLE color: 11320375.

HSL color Cylindrical-coordinate representation of color #37BCAC: hue angle of 172.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BCAC is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB55188172-
CMYK0.7100.090.26
HSL172.78º54.73%47.65%-
HSV(B)172.78º70.74%73.73%-
XYZ27.0139.7645.28-
YUV146.41142.4462.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.25%
GREEN value IS 188 (73.83% from 255) = 45.30%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=13.25%
G=45.30%
B=41.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551881720.7100.090.26172.7854.7347.65
Hex37BCAC47091Aad3730
Octal67274254107011322556760
Binary11011110111100101011001000111010011101010101101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37BCAC; }

 p { color: rgb(55,188,172); }

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

<style>
 a { background-color: #37BCAC; }

 a { background-color: rgb(55,188,172); }

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

<style>
 span { border-color: #37BCAC; }

 span { border-color: rgb(55,188,172); }

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