Shades of Sea Green #21994D
Tints of Sea Green #21994D
RGB
CMYK
RGB Variations
Color information
#21994D (or 0x21994D) is known color: Sea Green. HEX triplet: 21, 99 and 4D. RGB value is (33,153,77). Sum of RGB (Red+Green+Blue) = 33+153+77=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #21994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21994D is #DE66B2. Grayscale: #6C6C6C. Windows color (decimal): -14575283 or 5085473. OLE color: 5085473.
HSL color Cylindrical-coordinate representation of color #21994D: hue angle of 142º degrees, saturation: 0.65, 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 #21994D is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 77 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.4 |
| HSL | 142º | 0.65% | 0.36% | - |
| HSV(B) | 142º | 0.78% | 0.6% | - |
| XYZ | 13.36 | 23.64 | 10.88 | - |
| YUV | 108.46 | 110.24 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 77 | 0.78 | 0 | 0.50 | 0.4 | 142 | 0.65 | 0.36 |
| Hex | 21 | 99 | 4D | 4E | 0 | 32 | 28 | 8E | 41 | 24 |
| Octal | 41 | 231 | 115 | 116 | 0 | 62 | 50 | 216 | 101 | 44 |
| Binary | 100001 | 10011001 | 1001101 | 1001110 | 0 | 110010 | 101000 | 10001110 | 1000001 | 100100 |
Color Harmonies of #21994D
Complementary color
Monochromatic Colors of #21994D
Black with #21994D
Text Example
Text Example
White with #21994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21994D; }
p { color: rgb(33,153,77); }
H1.HeaderClassName
{
color: #21994D;
}
.AnyTagClassName
{
color: #21994D;
}
</style>
background-color css
<style>
a { background-color: #21994D; }
a { background-color: rgb(33,153,77); }
div.DivClassName
{
background-color: #21994D;
}
.BgClassName
{
background-color: #21994D;
}
</style>
border-color css
<style>
span { border-color: #21994D; }
span { border-color: rgb(33,153,77); }
td.TdClassName
{
border-color: #21994D;
}
.TagClassName
{
border-color: #21994D;
}
</style>