Shades of Light Sea Green #22C3A2
Tints of Light Sea Green #22C3A2
RGB
CMYK
RGB Variations
Color information
#22C3A2 (or 0x22C3A2) is known color: Light Sea Green. HEX triplet: 22, C3 and A2. RGB value is (34,195,162). Sum of RGB (Red+Green+Blue) = 34+195+162=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #22C3A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C3A2 is #DD3C5D. Grayscale: #8F8F8F. Windows color (decimal): -14498910 or 10666786. OLE color: 10666786.
HSL color Cylindrical-coordinate representation of color #22C3A2: hue angle of 167.7º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C3A2 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 195 | 162 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.24 |
| HSL | 167.7º | 0.7% | 0.45% | - |
| HSV(B) | 167.7º | 0.83% | 0.76% | - |
| XYZ | 26.7 | 41.98 | 40.88 | - |
| YUV | 143.1 | 138.66 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 195 | 162 | 0.83 | 0 | 0.17 | 0.24 | 167.7 | 0.7 | 0.45 |
| Hex | 22 | C3 | A2 | 53 | 0 | 11 | 18 | A8 | 46 | 2D |
| Octal | 42 | 303 | 242 | 123 | 0 | 21 | 30 | 250 | 106 | 55 |
| Binary | 100010 | 11000011 | 10100010 | 1010011 | 0 | 10001 | 11000 | 10101000 | 1000110 | 101101 |
Color Harmonies of #22C3A2
Complementary color
Monochromatic Colors of #22C3A2
Black with #22C3A2
Text Example
Text Example
White with #22C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C3A2; }
p { color: rgb(34,195,162); }
H1.HeaderClassName
{
color: #22C3A2;
}
.AnyTagClassName
{
color: #22C3A2;
}
</style>
background-color css
<style>
a { background-color: #22C3A2; }
a { background-color: rgb(34,195,162); }
div.DivClassName
{
background-color: #22C3A2;
}
.BgClassName
{
background-color: #22C3A2;
}
</style>
border-color css
<style>
span { border-color: #22C3A2; }
span { border-color: rgb(34,195,162); }
td.TdClassName
{
border-color: #22C3A2;
}
.TagClassName
{
border-color: #22C3A2;
}
</style>