Shades of Light Sea Green #22C2AA
Tints of Light Sea Green #22C2AA
RGB
CMYK
RGB Variations
Color information
#22C2AA (or 0x22C2AA) is known color: Light Sea Green. HEX triplet: 22, C2 and AA. RGB value is (34,194,170). Sum of RGB (Red+Green+Blue) = 34+194+170=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #22C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C2AA is #DD3D55. Grayscale: #8F8F8F. Windows color (decimal): -14499158 or 11190818. OLE color: 11190818.
HSL color Cylindrical-coordinate representation of color #22C2AA: hue angle of 171º 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 #22C2AA is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 170 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.24 |
| HSL | 171º | 0.7% | 0.45% | - |
| HSV(B) | 171º | 0.82% | 0.76% | - |
| XYZ | 27.21 | 41.83 | 44.67 | - |
| YUV | 143.42 | 142.99 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 170 | 0.82 | 0 | 0.12 | 0.24 | 171 | 0.7 | 0.45 |
| Hex | 22 | C2 | AA | 52 | 0 | C | 18 | AB | 46 | 2D |
| Octal | 42 | 302 | 252 | 122 | 0 | 14 | 30 | 253 | 106 | 55 |
| Binary | 100010 | 11000010 | 10101010 | 1010010 | 0 | 1100 | 11000 | 10101011 | 1000110 | 101101 |
Color Harmonies of #22C2AA
Complementary color
Monochromatic Colors of #22C2AA
Black with #22C2AA
Text Example
Text Example
White with #22C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C2AA; }
p { color: rgb(34,194,170); }
H1.HeaderClassName
{
color: #22C2AA;
}
.AnyTagClassName
{
color: #22C2AA;
}
</style>
background-color css
<style>
a { background-color: #22C2AA; }
a { background-color: rgb(34,194,170); }
div.DivClassName
{
background-color: #22C2AA;
}
.BgClassName
{
background-color: #22C2AA;
}
</style>
border-color css
<style>
span { border-color: #22C2AA; }
span { border-color: rgb(34,194,170); }
td.TdClassName
{
border-color: #22C2AA;
}
.TagClassName
{
border-color: #22C2AA;
}
</style>