Shades of Sea Green #21994A
Tints of Sea Green #21994A
RGB
CMYK
RGB Variations
Color information
#21994A (or 0x21994A) is known color: Sea Green. HEX triplet: 21, 99 and 4A. RGB value is (33,153,74). Sum of RGB (Red+Green+Blue) = 33+153+74=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #21994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21994A is #DE66B5. Grayscale: #6C6C6C. Windows color (decimal): -14575286 or 4888865. OLE color: 4888865.
HSL color Cylindrical-coordinate representation of color #21994A: hue angle of 140.5º 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 #21994A is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 74 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.4 |
| HSL | 140.5º | 0.65% | 0.36% | - |
| HSV(B) | 140.5º | 0.78% | 0.6% | - |
| XYZ | 13.25 | 23.6 | 10.34 | - |
| YUV | 108.11 | 108.74 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 74 | 0.78 | 0 | 0.52 | 0.4 | 140.5 | 0.65 | 0.36 |
| Hex | 21 | 99 | 4A | 4E | 0 | 34 | 28 | 8C | 41 | 24 |
| Octal | 41 | 231 | 112 | 116 | 0 | 64 | 50 | 214 | 101 | 44 |
| Binary | 100001 | 10011001 | 1001010 | 1001110 | 0 | 110100 | 101000 | 10001100 | 1000001 | 100100 |
Color Harmonies of #21994A
Complementary color
Monochromatic Colors of #21994A
Black with #21994A
Text Example
Text Example
White with #21994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21994A; }
p { color: rgb(33,153,74); }
H1.HeaderClassName
{
color: #21994A;
}
.AnyTagClassName
{
color: #21994A;
}
</style>
background-color css
<style>
a { background-color: #21994A; }
a { background-color: rgb(33,153,74); }
div.DivClassName
{
background-color: #21994A;
}
.BgClassName
{
background-color: #21994A;
}
</style>
border-color css
<style>
span { border-color: #21994A; }
span { border-color: rgb(33,153,74); }
td.TdClassName
{
border-color: #21994A;
}
.TagClassName
{
border-color: #21994A;
}
</style>