Shades of Sea Green #24A042
Tints of Sea Green #24A042
RGB
CMYK
RGB Variations
Color information
#24A042 (or 0x24A042) is known color: Sea Green. HEX triplet: 24, A0 and 42. RGB value is (36,160,66). Sum of RGB (Red+Green+Blue) = 36+160+66=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 160 (62.89% from 255 or 61.07% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 160 - color contains mainly: green. Hex color #24A042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24A042 is #DB5FBD. Grayscale: #707070. Windows color (decimal): -14376894 or 4366372. OLE color: 4366372.
HSL color Cylindrical-coordinate representation of color #24A042: hue angle of 134.52º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24A042 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 160 | 66 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.37 |
| HSL | 134.52º | 0.63% | 0.38% | - |
| HSV(B) | 134.52º | 0.78% | 0.63% | - |
| XYZ | 14.28 | 25.91 | 9.4 | - |
| YUV | 112.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 160 | 66 | 0.78 | 0 | 0.59 | 0.37 | 134.52 | 0.63 | 0.38 |
| Hex | 24 | A0 | 42 | 4E | 0 | 3B | 25 | 87 | 3F | 26 |
| Octal | 44 | 240 | 102 | 116 | 0 | 73 | 45 | 207 | 77 | 46 |
| Binary | 100100 | 10100000 | 1000010 | 1001110 | 0 | 111011 | 100101 | 10000111 | 111111 | 100110 |
Color Harmonies of #24A042
Complementary color
Monochromatic Colors of #24A042
Black with #24A042
Text Example
Text Example
White with #24A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A042; }
p { color: rgb(36,160,66); }
H1.HeaderClassName
{
color: #24A042;
}
.AnyTagClassName
{
color: #24A042;
}
</style>
background-color css
<style>
a { background-color: #24A042; }
a { background-color: rgb(36,160,66); }
div.DivClassName
{
background-color: #24A042;
}
.BgClassName
{
background-color: #24A042;
}
</style>
border-color css
<style>
span { border-color: #24A042; }
span { border-color: rgb(36,160,66); }
td.TdClassName
{
border-color: #24A042;
}
.TagClassName
{
border-color: #24A042;
}
</style>