Shades of Light Sea Green #22C2AF
Tints of Light Sea Green #22C2AF
RGB
CMYK
RGB Variations
Color information
#22C2AF (or 0x22C2AF) is known color: Light Sea Green. HEX triplet: 22, C2 and AF. RGB value is (34,194,175). Sum of RGB (Red+Green+Blue) = 34+194+175=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #22C2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C2AF is #DD3D50. Grayscale: #8F8F8F. Windows color (decimal): -14499153 or 11518498. OLE color: 11518498.
HSL color Cylindrical-coordinate representation of color #22C2AF: hue angle of 172.88º 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 #22C2AF is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 175 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.24 |
| HSL | 172.88º | 0.7% | 0.45% | - |
| HSV(B) | 172.88º | 0.82% | 0.76% | - |
| XYZ | 27.69 | 42.02 | 47.21 | - |
| YUV | 143.99 | 145.49 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 175 | 0.82 | 0 | 0.10 | 0.24 | 172.88 | 0.7 | 0.45 |
| Hex | 22 | C2 | AF | 52 | 0 | A | 18 | AD | 46 | 2D |
| Octal | 42 | 302 | 257 | 122 | 0 | 12 | 30 | 255 | 106 | 55 |
| Binary | 100010 | 11000010 | 10101111 | 1010010 | 0 | 1010 | 11000 | 10101101 | 1000110 | 101101 |
Color Harmonies of #22C2AF
Complementary color
Monochromatic Colors of #22C2AF
Black with #22C2AF
Text Example
Text Example
White with #22C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C2AF; }
p { color: rgb(34,194,175); }
H1.HeaderClassName
{
color: #22C2AF;
}
.AnyTagClassName
{
color: #22C2AF;
}
</style>
background-color css
<style>
a { background-color: #22C2AF; }
a { background-color: rgb(34,194,175); }
div.DivClassName
{
background-color: #22C2AF;
}
.BgClassName
{
background-color: #22C2AF;
}
</style>
border-color css
<style>
span { border-color: #22C2AF; }
span { border-color: rgb(34,194,175); }
td.TdClassName
{
border-color: #22C2AF;
}
.TagClassName
{
border-color: #22C2AF;
}
</style>