Shades of Sea Green #219050
Tints of Sea Green #219050
RGB
CMYK
RGB Variations
Color information
#219050 (or 0x219050) is known color: Sea Green. HEX triplet: 21, 90 and 50. RGB value is (33,144,80). Sum of RGB (Red+Green+Blue) = 33+144+80=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #219050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219050 is #DE6FAF. Grayscale: #676767. Windows color (decimal): -14577584 or 5279777. OLE color: 5279777.
HSL color Cylindrical-coordinate representation of color #219050: hue angle of 145.41º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219050 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 80 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.44 |
| HSL | 145.41º | 0.63% | 0.35% | - |
| HSV(B) | 145.41º | 0.77% | 0.56% | - |
| XYZ | 12.05 | 20.85 | 10.98 | - |
| YUV | 103.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 80 | 0.77 | 0 | 0.44 | 0.44 | 145.41 | 0.63 | 0.35 |
| Hex | 21 | 90 | 50 | 4D | 0 | 2C | 2C | 91 | 3F | 23 |
| Octal | 41 | 220 | 120 | 115 | 0 | 54 | 54 | 221 | 77 | 43 |
| Binary | 100001 | 10010000 | 1010000 | 1001101 | 0 | 101100 | 101100 | 10010001 | 111111 | 100011 |
Color Harmonies of #219050
Complementary color
Monochromatic Colors of #219050
Black with #219050
Text Example
Text Example
White with #219050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219050; }
p { color: rgb(33,144,80); }
H1.HeaderClassName
{
color: #219050;
}
.AnyTagClassName
{
color: #219050;
}
</style>
background-color css
<style>
a { background-color: #219050; }
a { background-color: rgb(33,144,80); }
div.DivClassName
{
background-color: #219050;
}
.BgClassName
{
background-color: #219050;
}
</style>
border-color css
<style>
span { border-color: #219050; }
span { border-color: rgb(33,144,80); }
td.TdClassName
{
border-color: #219050;
}
.TagClassName
{
border-color: #219050;
}
</style>