Shades of Medium Sea Green #21C060
Tints of Medium Sea Green #21C060
RGB
CMYK
RGB Variations
Color information
#21C060 (or 0x21C060) is known color: Medium Sea Green. HEX triplet: 21, C0 and 60. RGB value is (33,192,96). Sum of RGB (Red+Green+Blue) = 33+192+96=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #21C060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C060 is #DE3F9F. Grayscale: #858585. Windows color (decimal): -14565280 or 6340641. OLE color: 6340641.
HSL color Cylindrical-coordinate representation of color #21C060: hue angle of 143.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C060 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 96 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.25 |
| HSL | 143.77º | 0.71% | 0.44% | - |
| HSV(B) | 143.77º | 0.83% | 0.75% | - |
| XYZ | 21.59 | 38.87 | 17.43 | - |
| YUV | 133.52 | 106.82 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 96 | 0.83 | 0 | 0.50 | 0.25 | 143.77 | 0.71 | 0.44 |
| Hex | 21 | C0 | 60 | 53 | 0 | 32 | 19 | 90 | 47 | 2C |
| Octal | 41 | 300 | 140 | 123 | 0 | 62 | 31 | 220 | 107 | 54 |
| Binary | 100001 | 11000000 | 1100000 | 1010011 | 0 | 110010 | 11001 | 10010000 | 1000111 | 101100 |
Color Harmonies of #21C060
Complementary color
Monochromatic Colors of #21C060
Black with #21C060
Text Example
Text Example
White with #21C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C060; }
p { color: rgb(33,192,96); }
H1.HeaderClassName
{
color: #21C060;
}
.AnyTagClassName
{
color: #21C060;
}
</style>
background-color css
<style>
a { background-color: #21C060; }
a { background-color: rgb(33,192,96); }
div.DivClassName
{
background-color: #21C060;
}
.BgClassName
{
background-color: #21C060;
}
</style>
border-color css
<style>
span { border-color: #21C060; }
span { border-color: rgb(33,192,96); }
td.TdClassName
{
border-color: #21C060;
}
.TagClassName
{
border-color: #21C060;
}
</style>