#37BDAE

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

Shades of Light Sea Green #37BDAE

Tints of Light Sea Green #37BDAE

Color information

#37BDAE (or 0x37BDAE) is unknown color: approx Light Sea Green. HEX triplet: 37, BD and AE. RGB value is (55,189,174). Sum of RGB (Red+Green+Blue) = 55+189+174=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #37BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BDAE is #C84251. Grayscale: #939393. Windows color (decimal): -13124178 or 11451703. OLE color: 11451703.

HSL color Cylindrical-coordinate representation of color #37BDAE: hue angle of 173.28º 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 #37BDAE is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB55189174-
CMYK0.7100.080.26
HSL173.28º54.92%47.84%-
HSV(B)173.28º70.9%74.12%-
XYZ27.4140.2646.37-
YUV147.22143.1162.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.16%
GREEN value IS 189 (74.22% from 255) = 45.22%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=13.16%
G=45.22%
B=41.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551891740.7100.080.26173.2854.9247.84
Hex37BDAE47081Aad3730
Octal67275256107010322556760
Binary11011110111101101011101000111010001101010101101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,189,174); }

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

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

 a { background-color: rgb(55,189,174); }

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

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

 span { border-color: rgb(55,189,174); }

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