Shades of Medium Sea Green #21C06F
Tints of Medium Sea Green #21C06F
RGB
CMYK
RGB Variations
Color information
#21C06F (or 0x21C06F) is known color: Medium Sea Green. HEX triplet: 21, C0 and 6F. RGB value is (33,192,111). Sum of RGB (Red+Green+Blue) = 33+192+111=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #21C06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C06F is #DE3F90. Grayscale: #878787. Windows color (decimal): -14565265 or 7323681. OLE color: 7323681.
HSL color Cylindrical-coordinate representation of color #21C06F: hue angle of 149.43º 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 #21C06F is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 111 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.25 |
| HSL | 149.43º | 0.71% | 0.44% | - |
| HSV(B) | 149.43º | 0.83% | 0.75% | - |
| XYZ | 22.35 | 39.17 | 21.42 | - |
| YUV | 135.23 | 114.32 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 111 | 0.83 | 0 | 0.42 | 0.25 | 149.43 | 0.71 | 0.44 |
| Hex | 21 | C0 | 6F | 53 | 0 | 2A | 19 | 95 | 47 | 2C |
| Octal | 41 | 300 | 157 | 123 | 0 | 52 | 31 | 225 | 107 | 54 |
| Binary | 100001 | 11000000 | 1101111 | 1010011 | 0 | 101010 | 11001 | 10010101 | 1000111 | 101100 |
Color Harmonies of #21C06F
Complementary color
Monochromatic Colors of #21C06F
Black with #21C06F
Text Example
Text Example
White with #21C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C06F; }
p { color: rgb(33,192,111); }
H1.HeaderClassName
{
color: #21C06F;
}
.AnyTagClassName
{
color: #21C06F;
}
</style>
background-color css
<style>
a { background-color: #21C06F; }
a { background-color: rgb(33,192,111); }
div.DivClassName
{
background-color: #21C06F;
}
.BgClassName
{
background-color: #21C06F;
}
</style>
border-color css
<style>
span { border-color: #21C06F; }
span { border-color: rgb(33,192,111); }
td.TdClassName
{
border-color: #21C06F;
}
.TagClassName
{
border-color: #21C06F;
}
</style>