#37BAA8

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

Shades of Light Sea Green #37BAA8

Tints of Light Sea Green #37BAA8

Color information

#37BAA8 (or 0x37BAA8) is unknown color: approx Light Sea Green. HEX triplet: 37, BA and A8. RGB value is (55,186,168). Sum of RGB (Red+Green+Blue) = 55+186+168=409 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.45% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #37BAA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BAA8 is #C84557. Grayscale: #909090. Windows color (decimal): -13124952 or 11057719. OLE color: 11057719.

HSL color Cylindrical-coordinate representation of color #37BAA8: hue angle of 171.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37BAA8 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB55186168-
CMYK0.7000.100.27
HSL171.76º54.36%47.25%-
HSV(B)171.76º70.43%72.94%-
XYZ26.238.7643.15-
YUV144.78141.163.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.45%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 168 (66.02% from 255) = 41.08%
R=13.45%
G=45.48%
B=41.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551861680.7000.100.27171.7654.3647.25
Hex37BAA8460A1Bac362f
Octal67272250106012332546657
Binary11011110111010101010001000110010101101110101100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,186,168); }

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

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

 a { background-color: rgb(55,186,168); }

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

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

 span { border-color: rgb(55,186,168); }

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