Shades of Medium Sea Green #21BA5A
Tints of Medium Sea Green #21BA5A
RGB
CMYK
RGB Variations
Color information
#21BA5A (or 0x21BA5A) is known color: Medium Sea Green. HEX triplet: 21, BA and 5A. RGB value is (33,186,90). Sum of RGB (Red+Green+Blue) = 33+186+90=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA5A is #DE45A5. Grayscale: #818181. Windows color (decimal): -14566822 or 5945889. OLE color: 5945889.
HSL color Cylindrical-coordinate representation of color #21BA5A: hue angle of 142.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA5A is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 90 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.27 |
| HSL | 142.35º | 0.7% | 0.43% | - |
| HSV(B) | 142.35º | 0.82% | 0.73% | - |
| XYZ | 20.03 | 36.18 | 15.6 | - |
| YUV | 129.31 | 105.81 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 90 | 0.82 | 0 | 0.52 | 0.27 | 142.35 | 0.7 | 0.43 |
| Hex | 21 | BA | 5A | 52 | 0 | 34 | 1B | 8E | 46 | 2B |
| Octal | 41 | 272 | 132 | 122 | 0 | 64 | 33 | 216 | 106 | 53 |
| Binary | 100001 | 10111010 | 1011010 | 1010010 | 0 | 110100 | 11011 | 10001110 | 1000110 | 101011 |
Color Harmonies of #21BA5A
Complementary color
Monochromatic Colors of #21BA5A
Black with #21BA5A
Text Example
Text Example
White with #21BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA5A; }
p { color: rgb(33,186,90); }
H1.HeaderClassName
{
color: #21BA5A;
}
.AnyTagClassName
{
color: #21BA5A;
}
</style>
background-color css
<style>
a { background-color: #21BA5A; }
a { background-color: rgb(33,186,90); }
div.DivClassName
{
background-color: #21BA5A;
}
.BgClassName
{
background-color: #21BA5A;
}
</style>
border-color css
<style>
span { border-color: #21BA5A; }
span { border-color: rgb(33,186,90); }
td.TdClassName
{
border-color: #21BA5A;
}
.TagClassName
{
border-color: #21BA5A;
}
</style>