Shades of Medium Sea Green #21C064
Tints of Medium Sea Green #21C064
RGB
CMYK
RGB Variations
Color information
#21C064 (or 0x21C064) is known color: Medium Sea Green. HEX triplet: 21, C0 and 64. RGB value is (33,192,100). Sum of RGB (Red+Green+Blue) = 33+192+100=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #21C064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C064 is #DE3F9B. Grayscale: #868686. Windows color (decimal): -14565276 or 6602785. OLE color: 6602785.
HSL color Cylindrical-coordinate representation of color #21C064: hue angle of 145.28º 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 #21C064 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 100 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.25 |
| HSL | 145.28º | 0.71% | 0.44% | - |
| HSV(B) | 145.28º | 0.83% | 0.75% | - |
| XYZ | 21.78 | 38.94 | 18.43 | - |
| YUV | 133.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 100 | 0.83 | 0 | 0.48 | 0.25 | 145.28 | 0.71 | 0.44 |
| Hex | 21 | C0 | 64 | 53 | 0 | 30 | 19 | 91 | 47 | 2C |
| Octal | 41 | 300 | 144 | 123 | 0 | 60 | 31 | 221 | 107 | 54 |
| Binary | 100001 | 11000000 | 1100100 | 1010011 | 0 | 110000 | 11001 | 10010001 | 1000111 | 101100 |
Color Harmonies of #21C064
Complementary color
Monochromatic Colors of #21C064
Black with #21C064
Text Example
Text Example
White with #21C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C064; }
p { color: rgb(33,192,100); }
H1.HeaderClassName
{
color: #21C064;
}
.AnyTagClassName
{
color: #21C064;
}
</style>
background-color css
<style>
a { background-color: #21C064; }
a { background-color: rgb(33,192,100); }
div.DivClassName
{
background-color: #21C064;
}
.BgClassName
{
background-color: #21C064;
}
</style>
border-color css
<style>
span { border-color: #21C064; }
span { border-color: rgb(33,192,100); }
td.TdClassName
{
border-color: #21C064;
}
.TagClassName
{
border-color: #21C064;
}
</style>