Shades of Light Sea Green #22C0AE
Tints of Light Sea Green #22C0AE
RGB
CMYK
RGB Variations
Color information
#22C0AE (or 0x22C0AE) is known color: Light Sea Green. HEX triplet: 22, C0 and AE. RGB value is (34,192,174). Sum of RGB (Red+Green+Blue) = 34+192+174=400 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #22C0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C0AE is #DD3F51. Grayscale: #8E8E8E. Windows color (decimal): -14499666 or 11452450. OLE color: 11452450.
HSL color Cylindrical-coordinate representation of color #22C0AE: hue angle of 173.16º 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 #22C0AE is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 174 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.25 |
| HSL | 173.16º | 0.7% | 0.44% | - |
| HSV(B) | 173.16º | 0.82% | 0.75% | - |
| XYZ | 27.15 | 41.1 | 46.55 | - |
| YUV | 142.71 | 145.65 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 174 | 0.82 | 0 | 0.09 | 0.25 | 173.16 | 0.7 | 0.44 |
| Hex | 22 | C0 | AE | 52 | 0 | 9 | 19 | AD | 46 | 2C |
| Octal | 42 | 300 | 256 | 122 | 0 | 11 | 31 | 255 | 106 | 54 |
| Binary | 100010 | 11000000 | 10101110 | 1010010 | 0 | 1001 | 11001 | 10101101 | 1000110 | 101100 |
Color Harmonies of #22C0AE
Complementary color
Monochromatic Colors of #22C0AE
Black with #22C0AE
Text Example
Text Example
White with #22C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C0AE; }
p { color: rgb(34,192,174); }
H1.HeaderClassName
{
color: #22C0AE;
}
.AnyTagClassName
{
color: #22C0AE;
}
</style>
background-color css
<style>
a { background-color: #22C0AE; }
a { background-color: rgb(34,192,174); }
div.DivClassName
{
background-color: #22C0AE;
}
.BgClassName
{
background-color: #22C0AE;
}
</style>
border-color css
<style>
span { border-color: #22C0AE; }
span { border-color: rgb(34,192,174); }
td.TdClassName
{
border-color: #22C0AE;
}
.TagClassName
{
border-color: #22C0AE;
}
</style>