Shades of Medium Sea Green #21BA60
Tints of Medium Sea Green #21BA60
RGB
CMYK
RGB Variations
Color information
#21BA60 (or 0x21BA60) is known color: Medium Sea Green. HEX triplet: 21, BA and 60. RGB value is (33,186,96). Sum of RGB (Red+Green+Blue) = 33+186+96=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA60 is #DE459F. Grayscale: #828282. Windows color (decimal): -14566816 or 6339105. OLE color: 6339105.
HSL color Cylindrical-coordinate representation of color #21BA60: hue angle of 144.71º 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 #21BA60 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 96 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.27 |
| HSL | 144.71º | 0.7% | 0.43% | - |
| HSV(B) | 144.71º | 0.82% | 0.73% | - |
| XYZ | 20.3 | 36.29 | 17 | - |
| YUV | 129.99 | 108.81 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 96 | 0.82 | 0 | 0.48 | 0.27 | 144.71 | 0.7 | 0.43 |
| Hex | 21 | BA | 60 | 52 | 0 | 30 | 1B | 91 | 46 | 2B |
| Octal | 41 | 272 | 140 | 122 | 0 | 60 | 33 | 221 | 106 | 53 |
| Binary | 100001 | 10111010 | 1100000 | 1010010 | 0 | 110000 | 11011 | 10010001 | 1000110 | 101011 |
Color Harmonies of #21BA60
Complementary color
Monochromatic Colors of #21BA60
Black with #21BA60
Text Example
Text Example
White with #21BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA60; }
p { color: rgb(33,186,96); }
H1.HeaderClassName
{
color: #21BA60;
}
.AnyTagClassName
{
color: #21BA60;
}
</style>
background-color css
<style>
a { background-color: #21BA60; }
a { background-color: rgb(33,186,96); }
div.DivClassName
{
background-color: #21BA60;
}
.BgClassName
{
background-color: #21BA60;
}
</style>
border-color css
<style>
span { border-color: #21BA60; }
span { border-color: rgb(33,186,96); }
td.TdClassName
{
border-color: #21BA60;
}
.TagClassName
{
border-color: #21BA60;
}
</style>