Shades of Medium Sea Green #24CA75
Tints of Medium Sea Green #24CA75
RGB
CMYK
RGB Variations
Color information
#24CA75 (or 0x24CA75) is known color: Medium Sea Green. HEX triplet: 24, CA and 75. RGB value is (36,202,117). Sum of RGB (Red+Green+Blue) = 36+202+117=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #24CA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24CA75 is #DB358A. Grayscale: #8E8E8E. Windows color (decimal): -14366091 or 7719460. OLE color: 7719460.
HSL color Cylindrical-coordinate representation of color #24CA75: hue angle of 149.28º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CA75 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 202 | 117 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.21 |
| HSL | 149.28º | 0.7% | 0.47% | - |
| HSV(B) | 149.28º | 0.82% | 0.79% | - |
| XYZ | 25.06 | 43.9 | 23.98 | - |
| YUV | 142.68 | 113.5 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 117 | 0.82 | 0 | 0.42 | 0.21 | 149.28 | 0.7 | 0.47 |
| Hex | 24 | CA | 75 | 52 | 0 | 2A | 15 | 95 | 46 | 2F |
| Octal | 44 | 312 | 165 | 122 | 0 | 52 | 25 | 225 | 106 | 57 |
| Binary | 100100 | 11001010 | 1110101 | 1010010 | 0 | 101010 | 10101 | 10010101 | 1000110 | 101111 |
Color Harmonies of #24CA75
Complementary color
Monochromatic Colors of #24CA75
Black with #24CA75
Text Example
Text Example
White with #24CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CA75; }
p { color: rgb(36,202,117); }
H1.HeaderClassName
{
color: #24CA75;
}
.AnyTagClassName
{
color: #24CA75;
}
</style>
background-color css
<style>
a { background-color: #24CA75; }
a { background-color: rgb(36,202,117); }
div.DivClassName
{
background-color: #24CA75;
}
.BgClassName
{
background-color: #24CA75;
}
</style>
border-color css
<style>
span { border-color: #24CA75; }
span { border-color: rgb(36,202,117); }
td.TdClassName
{
border-color: #24CA75;
}
.TagClassName
{
border-color: #24CA75;
}
</style>