Shades of Sea Green #249450
Tints of Sea Green #249450
RGB
CMYK
RGB Variations
Color information
#249450 (or 0x249450) is known color: Sea Green. HEX triplet: 24, 94 and 50. RGB value is (36,148,80). Sum of RGB (Red+Green+Blue) = 36+148+80=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #249450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249450 is #DB6BAF. Grayscale: #6A6A6A. Windows color (decimal): -14379952 or 5280804. OLE color: 5280804.
HSL color Cylindrical-coordinate representation of color #249450: hue angle of 143.57º 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 #249450 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 80 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.42 |
| HSL | 143.57º | 0.61% | 0.36% | - |
| HSV(B) | 143.57º | 0.76% | 0.58% | - |
| XYZ | 12.77 | 22.13 | 11.19 | - |
| YUV | 106.76 | 112.89 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 80 | 0.76 | 0 | 0.46 | 0.42 | 143.57 | 0.61 | 0.36 |
| Hex | 24 | 94 | 50 | 4C | 0 | 2E | 2A | 90 | 3D | 24 |
| Octal | 44 | 224 | 120 | 114 | 0 | 56 | 52 | 220 | 75 | 44 |
| Binary | 100100 | 10010100 | 1010000 | 1001100 | 0 | 101110 | 101010 | 10010000 | 111101 | 100100 |
Color Harmonies of #249450
Complementary color
Monochromatic Colors of #249450
Black with #249450
Text Example
Text Example
White with #249450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249450; }
p { color: rgb(36,148,80); }
H1.HeaderClassName
{
color: #249450;
}
.AnyTagClassName
{
color: #249450;
}
</style>
background-color css
<style>
a { background-color: #249450; }
a { background-color: rgb(36,148,80); }
div.DivClassName
{
background-color: #249450;
}
.BgClassName
{
background-color: #249450;
}
</style>
border-color css
<style>
span { border-color: #249450; }
span { border-color: rgb(36,148,80); }
td.TdClassName
{
border-color: #249450;
}
.TagClassName
{
border-color: #249450;
}
</style>