Shades of Sea Green #249150
Tints of Sea Green #249150
RGB
CMYK
RGB Variations
Color information
#249150 (or 0x249150) is known color: Sea Green. HEX triplet: 24, 91 and 50. RGB value is (36,145,80). Sum of RGB (Red+Green+Blue) = 36+145+80=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #249150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249150 is #DB6EAF. Grayscale: #696969. Windows color (decimal): -14380720 or 5280036. OLE color: 5280036.
HSL color Cylindrical-coordinate representation of color #249150: hue angle of 144.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249150 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 145 | 80 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.43 |
| HSL | 144.22º | 0.6% | 0.35% | - |
| HSV(B) | 144.22º | 0.75% | 0.57% | - |
| XYZ | 12.3 | 21.21 | 11.03 | - |
| YUV | 105 | 113.89 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 80 | 0.75 | 0 | 0.45 | 0.43 | 144.22 | 0.6 | 0.35 |
| Hex | 24 | 91 | 50 | 4B | 0 | 2D | 2B | 90 | 3C | 23 |
| Octal | 44 | 221 | 120 | 113 | 0 | 55 | 53 | 220 | 74 | 43 |
| Binary | 100100 | 10010001 | 1010000 | 1001011 | 0 | 101101 | 101011 | 10010000 | 111100 | 100011 |
Color Harmonies of #249150
Complementary color
Monochromatic Colors of #249150
Black with #249150
Text Example
Text Example
White with #249150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249150; }
p { color: rgb(36,145,80); }
H1.HeaderClassName
{
color: #249150;
}
.AnyTagClassName
{
color: #249150;
}
</style>
background-color css
<style>
a { background-color: #249150; }
a { background-color: rgb(36,145,80); }
div.DivClassName
{
background-color: #249150;
}
.BgClassName
{
background-color: #249150;
}
</style>
border-color css
<style>
span { border-color: #249150; }
span { border-color: rgb(36,145,80); }
td.TdClassName
{
border-color: #249150;
}
.TagClassName
{
border-color: #249150;
}
</style>