Shades of Sea Green #21A14D
Tints of Sea Green #21A14D
RGB
CMYK
RGB Variations
Color information
#21A14D (or 0x21A14D) is known color: Sea Green. HEX triplet: 21, A1 and 4D. RGB value is (33,161,77). Sum of RGB (Red+Green+Blue) = 33+161+77=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #21A14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A14D is #DE5EB2. Grayscale: #717171. Windows color (decimal): -14573235 or 5087521. OLE color: 5087521.
HSL color Cylindrical-coordinate representation of color #21A14D: hue angle of 140.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A14D is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 77 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.37 |
| HSL | 140.63º | 0.66% | 0.38% | - |
| HSV(B) | 140.63º | 0.8% | 0.63% | - |
| XYZ | 14.71 | 26.35 | 11.33 | - |
| YUV | 113.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 77 | 0.80 | 0 | 0.52 | 0.37 | 140.63 | 0.66 | 0.38 |
| Hex | 21 | A1 | 4D | 50 | 0 | 34 | 25 | 8D | 42 | 26 |
| Octal | 41 | 241 | 115 | 120 | 0 | 64 | 45 | 215 | 102 | 46 |
| Binary | 100001 | 10100001 | 1001101 | 1010000 | 0 | 110100 | 100101 | 10001101 | 1000010 | 100110 |
Color Harmonies of #21A14D
Complementary color
Monochromatic Colors of #21A14D
Black with #21A14D
Text Example
Text Example
White with #21A14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A14D; }
p { color: rgb(33,161,77); }
H1.HeaderClassName
{
color: #21A14D;
}
.AnyTagClassName
{
color: #21A14D;
}
</style>
background-color css
<style>
a { background-color: #21A14D; }
a { background-color: rgb(33,161,77); }
div.DivClassName
{
background-color: #21A14D;
}
.BgClassName
{
background-color: #21A14D;
}
</style>
border-color css
<style>
span { border-color: #21A14D; }
span { border-color: rgb(33,161,77); }
td.TdClassName
{
border-color: #21A14D;
}
.TagClassName
{
border-color: #21A14D;
}
</style>