Shades of Medium Sea Green #24C072
Tints of Medium Sea Green #24C072
RGB
CMYK
RGB Variations
Color information
#24C072 (or 0x24C072) is known color: Medium Sea Green. HEX triplet: 24, C0 and 72. RGB value is (36,192,114). Sum of RGB (Red+Green+Blue) = 36+192+114=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #24C072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24C072 is #DB3F8D. Grayscale: #888888. Windows color (decimal): -14368654 or 7520292. OLE color: 7520292.
HSL color Cylindrical-coordinate representation of color #24C072: hue angle of 150º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24C072 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 114 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.25 |
| HSL | 150º | 0.68% | 0.45% | - |
| HSV(B) | 150º | 0.81% | 0.75% | - |
| XYZ | 22.61 | 39.29 | 22.31 | - |
| YUV | 136.46 | 115.32 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 114 | 0.81 | 0 | 0.41 | 0.25 | 150 | 0.68 | 0.45 |
| Hex | 24 | C0 | 72 | 51 | 0 | 29 | 19 | 96 | 44 | 2D |
| Octal | 44 | 300 | 162 | 121 | 0 | 51 | 31 | 226 | 104 | 55 |
| Binary | 100100 | 11000000 | 1110010 | 1010001 | 0 | 101001 | 11001 | 10010110 | 1000100 | 101101 |
Color Harmonies of #24C072
Complementary color
Monochromatic Colors of #24C072
Black with #24C072
Text Example
Text Example
White with #24C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C072; }
p { color: rgb(36,192,114); }
H1.HeaderClassName
{
color: #24C072;
}
.AnyTagClassName
{
color: #24C072;
}
</style>
background-color css
<style>
a { background-color: #24C072; }
a { background-color: rgb(36,192,114); }
div.DivClassName
{
background-color: #24C072;
}
.BgClassName
{
background-color: #24C072;
}
</style>
border-color css
<style>
span { border-color: #24C072; }
span { border-color: rgb(36,192,114); }
td.TdClassName
{
border-color: #24C072;
}
.TagClassName
{
border-color: #24C072;
}
</style>