Shades of Medium Sea Green #22C064
Tints of Medium Sea Green #22C064
RGB
CMYK
RGB Variations
Color information
#22C064 (or 0x22C064) is known color: Medium Sea Green. HEX triplet: 22, C0 and 64. RGB value is (34,192,100). Sum of RGB (Red+Green+Blue) = 34+192+100=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #22C064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C064 is #DD3F9B. Grayscale: #868686. Windows color (decimal): -14499740 or 6602786. OLE color: 6602786.
HSL color Cylindrical-coordinate representation of color #22C064: hue angle of 145.06º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C064 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 100 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.25 |
| HSL | 145.06º | 0.7% | 0.44% | - |
| HSV(B) | 145.06º | 0.82% | 0.75% | - |
| XYZ | 21.81 | 38.96 | 18.43 | - |
| YUV | 134.27 | 108.65 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 100 | 0.82 | 0 | 0.48 | 0.25 | 145.06 | 0.7 | 0.44 |
| Hex | 22 | C0 | 64 | 52 | 0 | 30 | 19 | 91 | 46 | 2C |
| Octal | 42 | 300 | 144 | 122 | 0 | 60 | 31 | 221 | 106 | 54 |
| Binary | 100010 | 11000000 | 1100100 | 1010010 | 0 | 110000 | 11001 | 10010001 | 1000110 | 101100 |
Color Harmonies of #22C064
Complementary color
Monochromatic Colors of #22C064
Black with #22C064
Text Example
Text Example
White with #22C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C064; }
p { color: rgb(34,192,100); }
H1.HeaderClassName
{
color: #22C064;
}
.AnyTagClassName
{
color: #22C064;
}
</style>
background-color css
<style>
a { background-color: #22C064; }
a { background-color: rgb(34,192,100); }
div.DivClassName
{
background-color: #22C064;
}
.BgClassName
{
background-color: #22C064;
}
</style>
border-color css
<style>
span { border-color: #22C064; }
span { border-color: rgb(34,192,100); }
td.TdClassName
{
border-color: #22C064;
}
.TagClassName
{
border-color: #22C064;
}
</style>