Shades of Light Sea Green #37BCAE
Tints of Light Sea Green #37BCAE
RGB
CMYK
RGB Variations
Color information
#37BCAE (or 0x37BCAE) is known color: Light Sea Green. HEX triplet: 37, BC and AE. RGB value is (55,188,174). Sum of RGB (Red+Green+Blue) = 55+188+174=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #37BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BCAE is #C84351. Grayscale: #929292. Windows color (decimal): -13124434 or 11451447. OLE color: 11451447.
HSL color Cylindrical-coordinate representation of color #37BCAE: hue angle of 173.68º 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 #37BCAE is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 188 | 174 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.26 |
| HSL | 173.68º | 0.55% | 0.48% | - |
| HSV(B) | 173.68º | 0.71% | 0.74% | - |
| XYZ | 27.2 | 39.83 | 46.3 | - |
| YUV | 146.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 188 | 174 | 0.71 | 0 | 0.07 | 0.26 | 173.68 | 0.55 | 0.48 |
| Hex | 37 | BC | AE | 47 | 0 | 7 | 1A | AE | 37 | 30 |
| Octal | 67 | 274 | 256 | 107 | 0 | 7 | 32 | 256 | 67 | 60 |
| Binary | 110111 | 10111100 | 10101110 | 1000111 | 0 | 111 | 11010 | 10101110 | 110111 | 110000 |
Color Harmonies of #37BCAE
Complementary color
Monochromatic Colors of #37BCAE
Black with #37BCAE
Text Example
Text Example
White with #37BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BCAE; }
p { color: rgb(55,188,174); }
H1.HeaderClassName
{
color: #37BCAE;
}
.AnyTagClassName
{
color: #37BCAE;
}
</style>
background-color css
<style>
a { background-color: #37BCAE; }
a { background-color: rgb(55,188,174); }
div.DivClassName
{
background-color: #37BCAE;
}
.BgClassName
{
background-color: #37BCAE;
}
</style>
border-color css
<style>
span { border-color: #37BCAE; }
span { border-color: rgb(55,188,174); }
td.TdClassName
{
border-color: #37BCAE;
}
.TagClassName
{
border-color: #37BCAE;
}
</style>