Shades of Light Sea Green #37BCA8
Tints of Light Sea Green #37BCA8
RGB
CMYK
RGB Variations
Color information
#37BCA8 (or 0x37BCA8) is known color: Light Sea Green. HEX triplet: 37, BC and A8. RGB value is (55,188,168). Sum of RGB (Red+Green+Blue) = 55+188+168=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #37BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BCA8 is #C84357. Grayscale: #919191. Windows color (decimal): -13124440 or 11058231. OLE color: 11058231.
HSL color Cylindrical-coordinate representation of color #37BCA8: hue angle of 170.98º 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 #37BCA8 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 188 | 168 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.26 |
| HSL | 170.98º | 0.55% | 0.48% | - |
| HSV(B) | 170.98º | 0.71% | 0.74% | - |
| XYZ | 26.63 | 39.61 | 43.29 | - |
| YUV | 145.95 | 140.44 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 188 | 168 | 0.71 | 0 | 0.11 | 0.26 | 170.98 | 0.55 | 0.48 |
| Hex | 37 | BC | A8 | 47 | 0 | B | 1A | AB | 37 | 30 |
| Octal | 67 | 274 | 250 | 107 | 0 | 13 | 32 | 253 | 67 | 60 |
| Binary | 110111 | 10111100 | 10101000 | 1000111 | 0 | 1011 | 11010 | 10101011 | 110111 | 110000 |
Color Harmonies of #37BCA8
Complementary color
Monochromatic Colors of #37BCA8
Black with #37BCA8
Text Example
Text Example
White with #37BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BCA8; }
p { color: rgb(55,188,168); }
H1.HeaderClassName
{
color: #37BCA8;
}
.AnyTagClassName
{
color: #37BCA8;
}
</style>
background-color css
<style>
a { background-color: #37BCA8; }
a { background-color: rgb(55,188,168); }
div.DivClassName
{
background-color: #37BCA8;
}
.BgClassName
{
background-color: #37BCA8;
}
</style>
border-color css
<style>
span { border-color: #37BCA8; }
span { border-color: rgb(55,188,168); }
td.TdClassName
{
border-color: #37BCA8;
}
.TagClassName
{
border-color: #37BCA8;
}
</style>