Shades of Medium Sea Green #21C070
Tints of Medium Sea Green #21C070
RGB
CMYK
RGB Variations
Color information
#21C070 (or 0x21C070) is known color: Medium Sea Green. HEX triplet: 21, C0 and 70. RGB value is (33,192,112). Sum of RGB (Red+Green+Blue) = 33+192+112=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #21C070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C070 is #DE3F8F. Grayscale: #878787. Windows color (decimal): -14565264 or 7389217. OLE color: 7389217.
HSL color Cylindrical-coordinate representation of color #21C070: hue angle of 149.81º 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 #21C070 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 112 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.25 |
| HSL | 149.81º | 0.71% | 0.44% | - |
| HSV(B) | 149.81º | 0.83% | 0.75% | - |
| XYZ | 22.4 | 39.19 | 21.71 | - |
| YUV | 135.34 | 114.82 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 112 | 0.83 | 0 | 0.42 | 0.25 | 149.81 | 0.71 | 0.44 |
| Hex | 21 | C0 | 70 | 53 | 0 | 2A | 19 | 96 | 47 | 2C |
| Octal | 41 | 300 | 160 | 123 | 0 | 52 | 31 | 226 | 107 | 54 |
| Binary | 100001 | 11000000 | 1110000 | 1010011 | 0 | 101010 | 11001 | 10010110 | 1000111 | 101100 |
Color Harmonies of #21C070
Complementary color
Monochromatic Colors of #21C070
Black with #21C070
Text Example
Text Example
White with #21C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C070; }
p { color: rgb(33,192,112); }
H1.HeaderClassName
{
color: #21C070;
}
.AnyTagClassName
{
color: #21C070;
}
</style>
background-color css
<style>
a { background-color: #21C070; }
a { background-color: rgb(33,192,112); }
div.DivClassName
{
background-color: #21C070;
}
.BgClassName
{
background-color: #21C070;
}
</style>
border-color css
<style>
span { border-color: #21C070; }
span { border-color: rgb(33,192,112); }
td.TdClassName
{
border-color: #21C070;
}
.TagClassName
{
border-color: #21C070;
}
</style>