Shades of Sea Green #219852
Tints of Sea Green #219852
RGB
CMYK
RGB Variations
Color information
#219852 (or 0x219852) is known color: Sea Green. HEX triplet: 21, 98 and 52. RGB value is (33,152,82). Sum of RGB (Red+Green+Blue) = 33+152+82=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #219852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219852 is #DE67AD. Grayscale: #6C6C6C. Windows color (decimal): -14575534 or 5412897. OLE color: 5412897.
HSL color Cylindrical-coordinate representation of color #219852: hue angle of 144.71º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219852 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 82 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.40 |
| HSL | 144.71º | 0.64% | 0.36% | - |
| HSV(B) | 144.71º | 0.78% | 0.6% | - |
| XYZ | 13.38 | 23.39 | 11.79 | - |
| YUV | 108.44 | 113.08 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 82 | 0.78 | 0 | 0.46 | 0.40 | 144.71 | 0.64 | 0.36 |
| Hex | 21 | 98 | 52 | 4E | 0 | 2E | 28 | 91 | 40 | 24 |
| Octal | 41 | 230 | 122 | 116 | 0 | 56 | 50 | 221 | 100 | 44 |
| Binary | 100001 | 10011000 | 1010010 | 1001110 | 0 | 101110 | 101000 | 10010001 | 1000000 | 100100 |
Color Harmonies of #219852
Complementary color
Monochromatic Colors of #219852
Black with #219852
Text Example
Text Example
White with #219852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219852; }
p { color: rgb(33,152,82); }
H1.HeaderClassName
{
color: #219852;
}
.AnyTagClassName
{
color: #219852;
}
</style>
background-color css
<style>
a { background-color: #219852; }
a { background-color: rgb(33,152,82); }
div.DivClassName
{
background-color: #219852;
}
.BgClassName
{
background-color: #219852;
}
</style>
border-color css
<style>
span { border-color: #219852; }
span { border-color: rgb(33,152,82); }
td.TdClassName
{
border-color: #219852;
}
.TagClassName
{
border-color: #219852;
}
</style>