Shades of Sea Green #249A52
Tints of Sea Green #249A52
RGB
CMYK
RGB Variations
Color information
#249A52 (or 0x249A52) is known color: Sea Green. HEX triplet: 24, 9A and 52. RGB value is (36,154,82). Sum of RGB (Red+Green+Blue) = 36+154+82=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 154 (60.55% from 255 or 56.62% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 154 - color contains mainly: green. Hex color #249A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A52 is #DB65AD. Grayscale: #6E6E6E. Windows color (decimal): -14378414 or 5413412. OLE color: 5413412.
HSL color Cylindrical-coordinate representation of color #249A52: hue angle of 143.39º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A52 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 154 | 82 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.40 |
| HSL | 143.39º | 0.62% | 0.37% | - |
| HSV(B) | 143.39º | 0.77% | 0.6% | - |
| XYZ | 13.81 | 24.1 | 11.91 | - |
| YUV | 110.51 | 111.91 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 82 | 0.77 | 0 | 0.47 | 0.40 | 143.39 | 0.62 | 0.37 |
| Hex | 24 | 9A | 52 | 4D | 0 | 2F | 28 | 8F | 3E | 25 |
| Octal | 44 | 232 | 122 | 115 | 0 | 57 | 50 | 217 | 76 | 45 |
| Binary | 100100 | 10011010 | 1010010 | 1001101 | 0 | 101111 | 101000 | 10001111 | 111110 | 100101 |
Color Harmonies of #249A52
Complementary color
Monochromatic Colors of #249A52
Black with #249A52
Text Example
Text Example
White with #249A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249A52; }
p { color: rgb(36,154,82); }
H1.HeaderClassName
{
color: #249A52;
}
.AnyTagClassName
{
color: #249A52;
}
</style>
background-color css
<style>
a { background-color: #249A52; }
a { background-color: rgb(36,154,82); }
div.DivClassName
{
background-color: #249A52;
}
.BgClassName
{
background-color: #249A52;
}
</style>
border-color css
<style>
span { border-color: #249A52; }
span { border-color: rgb(36,154,82); }
td.TdClassName
{
border-color: #249A52;
}
.TagClassName
{
border-color: #249A52;
}
</style>