Shades of Medium Sea Green #21C168
Tints of Medium Sea Green #21C168
RGB
CMYK
RGB Variations
Color information
#21C168 (or 0x21C168) is known color: Medium Sea Green. HEX triplet: 21, C1 and 68. RGB value is (33,193,104). Sum of RGB (Red+Green+Blue) = 33+193+104=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #21C168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C168 is #DE3E97. Grayscale: #878787. Windows color (decimal): -14565016 or 6865185. OLE color: 6865185.
HSL color Cylindrical-coordinate representation of color #21C168: hue angle of 146.62º 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 #21C168 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 104 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.24 |
| HSL | 146.63º | 0.71% | 0.44% | - |
| HSV(B) | 146.63º | 0.83% | 0.76% | - |
| XYZ | 22.2 | 39.46 | 19.54 | - |
| YUV | 135.01 | 110.49 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 104 | 0.83 | 0 | 0.46 | 0.24 | 146.63 | 0.71 | 0.44 |
| Hex | 21 | C1 | 68 | 53 | 0 | 2E | 18 | 93 | 47 | 2C |
| Octal | 41 | 301 | 150 | 123 | 0 | 56 | 30 | 223 | 107 | 54 |
| Binary | 100001 | 11000001 | 1101000 | 1010011 | 0 | 101110 | 11000 | 10010011 | 1000111 | 101100 |
Color Harmonies of #21C168
Complementary color
Monochromatic Colors of #21C168
Black with #21C168
Text Example
Text Example
White with #21C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C168; }
p { color: rgb(33,193,104); }
H1.HeaderClassName
{
color: #21C168;
}
.AnyTagClassName
{
color: #21C168;
}
</style>
background-color css
<style>
a { background-color: #21C168; }
a { background-color: rgb(33,193,104); }
div.DivClassName
{
background-color: #21C168;
}
.BgClassName
{
background-color: #21C168;
}
</style>
border-color css
<style>
span { border-color: #21C168; }
span { border-color: rgb(33,193,104); }
td.TdClassName
{
border-color: #21C168;
}
.TagClassName
{
border-color: #21C168;
}
</style>