Shades of Medium Sea Green #24C975
Tints of Medium Sea Green #24C975
RGB
CMYK
RGB Variations
Color information
#24C975 (or 0x24C975) is known color: Medium Sea Green. HEX triplet: 24, C9 and 75. RGB value is (36,201,117). Sum of RGB (Red+Green+Blue) = 36+201+117=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #24C975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24C975 is #DB368A. Grayscale: #8E8E8E. Windows color (decimal): -14366347 or 7719204. OLE color: 7719204.
HSL color Cylindrical-coordinate representation of color #24C975: hue angle of 149.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C975 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 201 | 117 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.21 |
| HSL | 149.45º | 0.7% | 0.46% | - |
| HSV(B) | 149.45º | 0.82% | 0.79% | - |
| XYZ | 24.83 | 43.43 | 23.9 | - |
| YUV | 142.09 | 113.84 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 201 | 117 | 0.82 | 0 | 0.42 | 0.21 | 149.45 | 0.7 | 0.46 |
| Hex | 24 | C9 | 75 | 52 | 0 | 2A | 15 | 95 | 46 | 2E |
| Octal | 44 | 311 | 165 | 122 | 0 | 52 | 25 | 225 | 106 | 56 |
| Binary | 100100 | 11001001 | 1110101 | 1010010 | 0 | 101010 | 10101 | 10010101 | 1000110 | 101110 |
Color Harmonies of #24C975
Complementary color
Monochromatic Colors of #24C975
Black with #24C975
Text Example
Text Example
White with #24C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C975; }
p { color: rgb(36,201,117); }
H1.HeaderClassName
{
color: #24C975;
}
.AnyTagClassName
{
color: #24C975;
}
</style>
background-color css
<style>
a { background-color: #24C975; }
a { background-color: rgb(36,201,117); }
div.DivClassName
{
background-color: #24C975;
}
.BgClassName
{
background-color: #24C975;
}
</style>
border-color css
<style>
span { border-color: #24C975; }
span { border-color: rgb(36,201,117); }
td.TdClassName
{
border-color: #24C975;
}
.TagClassName
{
border-color: #24C975;
}
</style>