Shades of Medium Sea Green #24B470
Tints of Medium Sea Green #24B470
RGB
CMYK
RGB Variations
Color information
#24B470 (or 0x24B470) is known color: Medium Sea Green. HEX triplet: 24, B4 and 70. RGB value is (36,180,112). Sum of RGB (Red+Green+Blue) = 36+180+112=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #24B470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24B470 is #DB4B8F. Grayscale: #818181. Windows color (decimal): -14371728 or 7386148. OLE color: 7386148.
HSL color Cylindrical-coordinate representation of color #24B470: hue angle of 151.67º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B470 is Cyan = 0.8, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 180 | 112 | - |
| CMYK | 0.8 | 0 | 0.38 | 0.29 |
| HSL | 151.67º | 0.67% | 0.42% | - |
| HSV(B) | 151.67º | 0.8% | 0.71% | - |
| XYZ | 19.97 | 34.19 | 20.88 | - |
| YUV | 129.19 | 118.29 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 180 | 112 | 0.8 | 0 | 0.38 | 0.29 | 151.67 | 0.67 | 0.42 |
| Hex | 24 | B4 | 70 | 50 | 0 | 26 | 1D | 98 | 43 | 2A |
| Octal | 44 | 264 | 160 | 120 | 0 | 46 | 35 | 230 | 103 | 52 |
| Binary | 100100 | 10110100 | 1110000 | 1010000 | 0 | 100110 | 11101 | 10011000 | 1000011 | 101010 |
Color Harmonies of #24B470
Complementary color
Monochromatic Colors of #24B470
Black with #24B470
Text Example
Text Example
White with #24B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B470; }
p { color: rgb(36,180,112); }
H1.HeaderClassName
{
color: #24B470;
}
.AnyTagClassName
{
color: #24B470;
}
</style>
background-color css
<style>
a { background-color: #24B470; }
a { background-color: rgb(36,180,112); }
div.DivClassName
{
background-color: #24B470;
}
.BgClassName
{
background-color: #24B470;
}
</style>
border-color css
<style>
span { border-color: #24B470; }
span { border-color: rgb(36,180,112); }
td.TdClassName
{
border-color: #24B470;
}
.TagClassName
{
border-color: #24B470;
}
</style>