Shades of Medium Sea Green #21C166
Tints of Medium Sea Green #21C166
RGB
CMYK
RGB Variations
Color information
#21C166 (or 0x21C166) is known color: Medium Sea Green. HEX triplet: 21, C1 and 66. RGB value is (33,193,102). Sum of RGB (Red+Green+Blue) = 33+193+102=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #21C166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C166 is #DE3E99. Grayscale: #868686. Windows color (decimal): -14565018 or 6734113. OLE color: 6734113.
HSL color Cylindrical-coordinate representation of color #21C166: hue angle of 145.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C166 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 102 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.24 |
| HSL | 145.88º | 0.71% | 0.44% | - |
| HSV(B) | 145.88º | 0.83% | 0.76% | - |
| XYZ | 22.1 | 39.42 | 19.02 | - |
| YUV | 134.79 | 109.49 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 102 | 0.83 | 0 | 0.47 | 0.24 | 145.88 | 0.71 | 0.44 |
| Hex | 21 | C1 | 66 | 53 | 0 | 2F | 18 | 92 | 47 | 2C |
| Octal | 41 | 301 | 146 | 123 | 0 | 57 | 30 | 222 | 107 | 54 |
| Binary | 100001 | 11000001 | 1100110 | 1010011 | 0 | 101111 | 11000 | 10010010 | 1000111 | 101100 |
Color Harmonies of #21C166
Complementary color
Monochromatic Colors of #21C166
Black with #21C166
Text Example
Text Example
White with #21C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C166; }
p { color: rgb(33,193,102); }
H1.HeaderClassName
{
color: #21C166;
}
.AnyTagClassName
{
color: #21C166;
}
</style>
background-color css
<style>
a { background-color: #21C166; }
a { background-color: rgb(33,193,102); }
div.DivClassName
{
background-color: #21C166;
}
.BgClassName
{
background-color: #21C166;
}
</style>
border-color css
<style>
span { border-color: #21C166; }
span { border-color: rgb(33,193,102); }
td.TdClassName
{
border-color: #21C166;
}
.TagClassName
{
border-color: #21C166;
}
</style>