Shades of Sea Green #219250
Tints of Sea Green #219250
RGB
CMYK
RGB Variations
Color information
#219250 (or 0x219250) is known color: Sea Green. HEX triplet: 21, 92 and 50. RGB value is (33,146,80). Sum of RGB (Red+Green+Blue) = 33+146+80=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #219250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219250 is #DE6DAF. Grayscale: #686868. Windows color (decimal): -14577072 or 5280289. OLE color: 5280289.
HSL color Cylindrical-coordinate representation of color #219250: hue angle of 144.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219250 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 80 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.43 |
| HSL | 144.96º | 0.63% | 0.35% | - |
| HSV(B) | 144.96º | 0.77% | 0.57% | - |
| XYZ | 12.35 | 21.46 | 11.08 | - |
| YUV | 104.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 80 | 0.77 | 0 | 0.45 | 0.43 | 144.96 | 0.63 | 0.35 |
| Hex | 21 | 92 | 50 | 4D | 0 | 2D | 2B | 91 | 3F | 23 |
| Octal | 41 | 222 | 120 | 115 | 0 | 55 | 53 | 221 | 77 | 43 |
| Binary | 100001 | 10010010 | 1010000 | 1001101 | 0 | 101101 | 101011 | 10010001 | 111111 | 100011 |
Color Harmonies of #219250
Complementary color
Monochromatic Colors of #219250
Black with #219250
Text Example
Text Example
White with #219250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219250; }
p { color: rgb(33,146,80); }
H1.HeaderClassName
{
color: #219250;
}
.AnyTagClassName
{
color: #219250;
}
</style>
background-color css
<style>
a { background-color: #219250; }
a { background-color: rgb(33,146,80); }
div.DivClassName
{
background-color: #219250;
}
.BgClassName
{
background-color: #219250;
}
</style>
border-color css
<style>
span { border-color: #219250; }
span { border-color: rgb(33,146,80); }
td.TdClassName
{
border-color: #219250;
}
.TagClassName
{
border-color: #219250;
}
</style>