Shades of Light Sea Green #22A6A2
Tints of Light Sea Green #22A6A2
RGB
CMYK
RGB Variations
Color information
#22A6A2 (or 0x22A6A2) is known color: Light Sea Green. HEX triplet: 22, A6 and A2. RGB value is (34,166,162). Sum of RGB (Red+Green+Blue) = 34+166+162=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #22A6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22A6A2 is #DD595D. Grayscale: #7D7D7D. Windows color (decimal): -14506334 or 10659362. OLE color: 10659362.
HSL color Cylindrical-coordinate representation of color #22A6A2: hue angle of 178.18º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22A6A2 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 166 | 162 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.35 |
| HSL | 178.18º | 0.66% | 0.39% | - |
| HSV(B) | 178.18º | 0.8% | 0.65% | - |
| XYZ | 20.82 | 30.22 | 38.92 | - |
| YUV | 126.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 166 | 162 | 0.80 | 0 | 0.02 | 0.35 | 178.18 | 0.66 | 0.39 |
| Hex | 22 | A6 | A2 | 50 | 0 | 2 | 23 | B2 | 42 | 27 |
| Octal | 42 | 246 | 242 | 120 | 0 | 2 | 43 | 262 | 102 | 47 |
| Binary | 100010 | 10100110 | 10100010 | 1010000 | 0 | 10 | 100011 | 10110010 | 1000010 | 100111 |
Color Harmonies of #22A6A2
Complementary color
Monochromatic Colors of #22A6A2
Black with #22A6A2
Text Example
Text Example
White with #22A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A6A2; }
p { color: rgb(34,166,162); }
H1.HeaderClassName
{
color: #22A6A2;
}
.AnyTagClassName
{
color: #22A6A2;
}
</style>
background-color css
<style>
a { background-color: #22A6A2; }
a { background-color: rgb(34,166,162); }
div.DivClassName
{
background-color: #22A6A2;
}
.BgClassName
{
background-color: #22A6A2;
}
</style>
border-color css
<style>
span { border-color: #22A6A2; }
span { border-color: rgb(34,166,162); }
td.TdClassName
{
border-color: #22A6A2;
}
.TagClassName
{
border-color: #22A6A2;
}
</style>