Shades of Sea Green #219150
Tints of Sea Green #219150
RGB
CMYK
RGB Variations
Color information
#219150 (or 0x219150) is known color: Sea Green. HEX triplet: 21, 91 and 50. RGB value is (33,145,80). Sum of RGB (Red+Green+Blue) = 33+145+80=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #219150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219150 is #DE6EAF. Grayscale: #686868. Windows color (decimal): -14577328 or 5280033. OLE color: 5280033.
HSL color Cylindrical-coordinate representation of color #219150: hue angle of 145.18º 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 #219150 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 80 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.43 |
| HSL | 145.18º | 0.63% | 0.35% | - |
| HSV(B) | 145.18º | 0.77% | 0.57% | - |
| XYZ | 12.2 | 21.15 | 11.03 | - |
| YUV | 104.1 | 114.39 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 80 | 0.77 | 0 | 0.45 | 0.43 | 145.18 | 0.63 | 0.35 |
| Hex | 21 | 91 | 50 | 4D | 0 | 2D | 2B | 91 | 3F | 23 |
| Octal | 41 | 221 | 120 | 115 | 0 | 55 | 53 | 221 | 77 | 43 |
| Binary | 100001 | 10010001 | 1010000 | 1001101 | 0 | 101101 | 101011 | 10010001 | 111111 | 100011 |
Color Harmonies of #219150
Complementary color
Monochromatic Colors of #219150
Black with #219150
Text Example
Text Example
White with #219150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219150; }
p { color: rgb(33,145,80); }
H1.HeaderClassName
{
color: #219150;
}
.AnyTagClassName
{
color: #219150;
}
</style>
background-color css
<style>
a { background-color: #219150; }
a { background-color: rgb(33,145,80); }
div.DivClassName
{
background-color: #219150;
}
.BgClassName
{
background-color: #219150;
}
</style>
border-color css
<style>
span { border-color: #219150; }
span { border-color: rgb(33,145,80); }
td.TdClassName
{
border-color: #219150;
}
.TagClassName
{
border-color: #219150;
}
</style>