Shades of Light Sea Green #37BCAA
Tints of Light Sea Green #37BCAA
RGB
CMYK
RGB Variations
Color information
#37BCAA (or 0x37BCAA) is known color: Light Sea Green. HEX triplet: 37, BC and AA. RGB value is (55,188,170). Sum of RGB (Red+Green+Blue) = 55+188+170=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #37BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BCAA is #C84355. Grayscale: #929292. Windows color (decimal): -13124438 or 11189303. OLE color: 11189303.
HSL color Cylindrical-coordinate representation of color #37BCAA: hue angle of 171.88º 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 #37BCAA is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 188 | 170 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.26 |
| HSL | 171.88º | 0.55% | 0.48% | - |
| HSV(B) | 171.88º | 0.71% | 0.74% | - |
| XYZ | 26.81 | 39.68 | 44.28 | - |
| YUV | 146.18 | 141.44 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 188 | 170 | 0.71 | 0 | 0.10 | 0.26 | 171.88 | 0.55 | 0.48 |
| Hex | 37 | BC | AA | 47 | 0 | A | 1A | AC | 37 | 30 |
| Octal | 67 | 274 | 252 | 107 | 0 | 12 | 32 | 254 | 67 | 60 |
| Binary | 110111 | 10111100 | 10101010 | 1000111 | 0 | 1010 | 11010 | 10101100 | 110111 | 110000 |
Color Harmonies of #37BCAA
Complementary color
Monochromatic Colors of #37BCAA
Black with #37BCAA
Text Example
Text Example
White with #37BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BCAA; }
p { color: rgb(55,188,170); }
H1.HeaderClassName
{
color: #37BCAA;
}
.AnyTagClassName
{
color: #37BCAA;
}
</style>
background-color css
<style>
a { background-color: #37BCAA; }
a { background-color: rgb(55,188,170); }
div.DivClassName
{
background-color: #37BCAA;
}
.BgClassName
{
background-color: #37BCAA;
}
</style>
border-color css
<style>
span { border-color: #37BCAA; }
span { border-color: rgb(55,188,170); }
td.TdClassName
{
border-color: #37BCAA;
}
.TagClassName
{
border-color: #37BCAA;
}
</style>