Shades of Medium Sea Green #37CA80
Tints of Medium Sea Green #37CA80
RGB
CMYK
RGB Variations
Color information
#37CA80 (or 0x37CA80) is known color: Medium Sea Green. HEX triplet: 37, CA and 80. RGB value is (55,202,128). Sum of RGB (Red+Green+Blue) = 55+202+128=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CA80 is #C8357F. Grayscale: #959595. Windows color (decimal): -13120896 or 8440375. OLE color: 8440375.
HSL color Cylindrical-coordinate representation of color #37CA80: hue angle of 149.8º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CA80 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 128 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.21 |
| HSL | 149.8º | 0.58% | 0.5% | - |
| HSV(B) | 149.8º | 0.73% | 0.79% | - |
| XYZ | 26.59 | 44.61 | 27.63 | - |
| YUV | 149.61 | 115.8 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 128 | 0.73 | 0 | 0.37 | 0.21 | 149.8 | 0.58 | 0.5 |
| Hex | 37 | CA | 80 | 49 | 0 | 25 | 15 | 96 | 3A | 32 |
| Octal | 67 | 312 | 200 | 111 | 0 | 45 | 25 | 226 | 72 | 62 |
| Binary | 110111 | 11001010 | 10000000 | 1001001 | 0 | 100101 | 10101 | 10010110 | 111010 | 110010 |
Color Harmonies of #37CA80
Complementary color
Monochromatic Colors of #37CA80
Black with #37CA80
Text Example
Text Example
White with #37CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CA80; }
p { color: rgb(55,202,128); }
H1.HeaderClassName
{
color: #37CA80;
}
.AnyTagClassName
{
color: #37CA80;
}
</style>
background-color css
<style>
a { background-color: #37CA80; }
a { background-color: rgb(55,202,128); }
div.DivClassName
{
background-color: #37CA80;
}
.BgClassName
{
background-color: #37CA80;
}
</style>
border-color css
<style>
span { border-color: #37CA80; }
span { border-color: rgb(55,202,128); }
td.TdClassName
{
border-color: #37CA80;
}
.TagClassName
{
border-color: #37CA80;
}
</style>