Shades of Sea Green #249455
Tints of Sea Green #249455
RGB
CMYK
RGB Variations
Color information
#249455 (or 0x249455) is known color: Sea Green. HEX triplet: 24, 94 and 55. RGB value is (36,148,85). Sum of RGB (Red+Green+Blue) = 36+148+85=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #249455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249455 is #DB6BAA. Grayscale: #6B6B6B. Windows color (decimal): -14379947 or 5608484. OLE color: 5608484.
HSL color Cylindrical-coordinate representation of color #249455: hue angle of 146.25º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249455 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 85 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.42 |
| HSL | 146.25º | 0.61% | 0.36% | - |
| HSV(B) | 146.25º | 0.76% | 0.58% | - |
| XYZ | 12.96 | 22.21 | 12.2 | - |
| YUV | 107.33 | 115.39 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 85 | 0.76 | 0 | 0.43 | 0.42 | 146.25 | 0.61 | 0.36 |
| Hex | 24 | 94 | 55 | 4C | 0 | 2B | 2A | 92 | 3D | 24 |
| Octal | 44 | 224 | 125 | 114 | 0 | 53 | 52 | 222 | 75 | 44 |
| Binary | 100100 | 10010100 | 1010101 | 1001100 | 0 | 101011 | 101010 | 10010010 | 111101 | 100100 |
Color Harmonies of #249455
Complementary color
Monochromatic Colors of #249455
Black with #249455
Text Example
Text Example
White with #249455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249455; }
p { color: rgb(36,148,85); }
H1.HeaderClassName
{
color: #249455;
}
.AnyTagClassName
{
color: #249455;
}
</style>
background-color css
<style>
a { background-color: #249455; }
a { background-color: rgb(36,148,85); }
div.DivClassName
{
background-color: #249455;
}
.BgClassName
{
background-color: #249455;
}
</style>
border-color css
<style>
span { border-color: #249455; }
span { border-color: rgb(36,148,85); }
td.TdClassName
{
border-color: #249455;
}
.TagClassName
{
border-color: #249455;
}
</style>