Shades of Sea Green #21A340
Tints of Sea Green #21A340
RGB
CMYK
RGB Variations
Color information
#21A340 (or 0x21A340) is known color: Sea Green. HEX triplet: 21, A3 and 40. RGB value is (33,163,64). Sum of RGB (Red+Green+Blue) = 33+163+64=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 163 (64.06% from 255 or 62.69% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 163 - color contains mainly: green. Hex color #21A340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A340 is #DE5CBF. Grayscale: #717171. Windows color (decimal): -14572736 or 4236065. OLE color: 4236065.
HSL color Cylindrical-coordinate representation of color #21A340: hue angle of 134.31º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A340 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 64 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.36 |
| HSL | 134.31º | 0.66% | 0.38% | - |
| HSV(B) | 134.31º | 0.8% | 0.64% | - |
| XYZ | 14.65 | 26.89 | 9.27 | - |
| YUV | 112.84 | 100.43 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 64 | 0.80 | 0 | 0.61 | 0.36 | 134.31 | 0.66 | 0.38 |
| Hex | 21 | A3 | 40 | 50 | 0 | 3D | 24 | 86 | 42 | 26 |
| Octal | 41 | 243 | 100 | 120 | 0 | 75 | 44 | 206 | 102 | 46 |
| Binary | 100001 | 10100011 | 1000000 | 1010000 | 0 | 111101 | 100100 | 10000110 | 1000010 | 100110 |
Color Harmonies of #21A340
Complementary color
Monochromatic Colors of #21A340
Black with #21A340
Text Example
Text Example
White with #21A340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A340; }
p { color: rgb(33,163,64); }
H1.HeaderClassName
{
color: #21A340;
}
.AnyTagClassName
{
color: #21A340;
}
</style>
background-color css
<style>
a { background-color: #21A340; }
a { background-color: rgb(33,163,64); }
div.DivClassName
{
background-color: #21A340;
}
.BgClassName
{
background-color: #21A340;
}
</style>
border-color css
<style>
span { border-color: #21A340; }
span { border-color: rgb(33,163,64); }
td.TdClassName
{
border-color: #21A340;
}
.TagClassName
{
border-color: #21A340;
}
</style>