Shades of Light Sea Green #22C0AB
Tints of Light Sea Green #22C0AB
RGB
CMYK
RGB Variations
Color information
#22C0AB (or 0x22C0AB) is known color: Light Sea Green. HEX triplet: 22, C0 and AB. RGB value is (34,192,171). Sum of RGB (Red+Green+Blue) = 34+192+171=397 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.56% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #22C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C0AB is #DD3F54. Grayscale: #8E8E8E. Windows color (decimal): -14499669 or 11255842. OLE color: 11255842.
HSL color Cylindrical-coordinate representation of color #22C0AB: hue angle of 172.03º 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 #22C0AB is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 171 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.25 |
| HSL | 172.03º | 0.7% | 0.44% | - |
| HSV(B) | 172.03º | 0.82% | 0.75% | - |
| XYZ | 26.86 | 40.98 | 45.02 | - |
| YUV | 142.36 | 144.15 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 171 | 0.82 | 0 | 0.11 | 0.25 | 172.03 | 0.7 | 0.44 |
| Hex | 22 | C0 | AB | 52 | 0 | B | 19 | AC | 46 | 2C |
| Octal | 42 | 300 | 253 | 122 | 0 | 13 | 31 | 254 | 106 | 54 |
| Binary | 100010 | 11000000 | 10101011 | 1010010 | 0 | 1011 | 11001 | 10101100 | 1000110 | 101100 |
Color Harmonies of #22C0AB
Complementary color
Monochromatic Colors of #22C0AB
Black with #22C0AB
Text Example
Text Example
White with #22C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C0AB; }
p { color: rgb(34,192,171); }
H1.HeaderClassName
{
color: #22C0AB;
}
.AnyTagClassName
{
color: #22C0AB;
}
</style>
background-color css
<style>
a { background-color: #22C0AB; }
a { background-color: rgb(34,192,171); }
div.DivClassName
{
background-color: #22C0AB;
}
.BgClassName
{
background-color: #22C0AB;
}
</style>
border-color css
<style>
span { border-color: #22C0AB; }
span { border-color: rgb(34,192,171); }
td.TdClassName
{
border-color: #22C0AB;
}
.TagClassName
{
border-color: #22C0AB;
}
</style>