Shades of Medium Sea Green #22C264
Tints of Medium Sea Green #22C264
RGB
CMYK
RGB Variations
Color information
#22C264 (or 0x22C264) is known color: Medium Sea Green. HEX triplet: 22, C2 and 64. RGB value is (34,194,100). Sum of RGB (Red+Green+Blue) = 34+194+100=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #22C264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C264 is #DD3D9B. Grayscale: #878787. Windows color (decimal): -14499228 or 6603298. OLE color: 6603298.
HSL color Cylindrical-coordinate representation of color #22C264: hue angle of 144.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C264 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 100 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.24 |
| HSL | 144.75º | 0.7% | 0.45% | - |
| HSV(B) | 144.75º | 0.82% | 0.76% | - |
| XYZ | 22.25 | 39.84 | 18.57 | - |
| YUV | 135.44 | 107.99 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 100 | 0.82 | 0 | 0.48 | 0.24 | 144.75 | 0.7 | 0.45 |
| Hex | 22 | C2 | 64 | 52 | 0 | 30 | 18 | 91 | 46 | 2D |
| Octal | 42 | 302 | 144 | 122 | 0 | 60 | 30 | 221 | 106 | 55 |
| Binary | 100010 | 11000010 | 1100100 | 1010010 | 0 | 110000 | 11000 | 10010001 | 1000110 | 101101 |
Color Harmonies of #22C264
Complementary color
Monochromatic Colors of #22C264
Black with #22C264
Text Example
Text Example
White with #22C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C264; }
p { color: rgb(34,194,100); }
H1.HeaderClassName
{
color: #22C264;
}
.AnyTagClassName
{
color: #22C264;
}
</style>
background-color css
<style>
a { background-color: #22C264; }
a { background-color: rgb(34,194,100); }
div.DivClassName
{
background-color: #22C264;
}
.BgClassName
{
background-color: #22C264;
}
</style>
border-color css
<style>
span { border-color: #22C264; }
span { border-color: rgb(34,194,100); }
td.TdClassName
{
border-color: #22C264;
}
.TagClassName
{
border-color: #22C264;
}
</style>