Shades of Light Sea Green #22A6A1
Tints of Light Sea Green #22A6A1
RGB
CMYK
RGB Variations
Color information
#22A6A1 (or 0x22A6A1) is known color: Light Sea Green. HEX triplet: 22, A6 and A1. RGB value is (34,166,161). Sum of RGB (Red+Green+Blue) = 34+166+161=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #22A6A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22A6A1 is #DD595E. Grayscale: #7D7D7D. Windows color (decimal): -14506335 or 10593826. OLE color: 10593826.
HSL color Cylindrical-coordinate representation of color #22A6A1: hue angle of 177.73º 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 #22A6A1 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 166 | 161 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.35 |
| HSL | 177.73º | 0.66% | 0.39% | - |
| HSV(B) | 177.73º | 0.8% | 0.65% | - |
| XYZ | 20.73 | 30.19 | 38.45 | - |
| YUV | 125.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 166 | 161 | 0.80 | 0 | 0.03 | 0.35 | 177.73 | 0.66 | 0.39 |
| Hex | 22 | A6 | A1 | 50 | 0 | 3 | 23 | B2 | 42 | 27 |
| Octal | 42 | 246 | 241 | 120 | 0 | 3 | 43 | 262 | 102 | 47 |
| Binary | 100010 | 10100110 | 10100001 | 1010000 | 0 | 11 | 100011 | 10110010 | 1000010 | 100111 |
Color Harmonies of #22A6A1
Complementary color
Monochromatic Colors of #22A6A1
Black with #22A6A1
Text Example
Text Example
White with #22A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A6A1; }
p { color: rgb(34,166,161); }
H1.HeaderClassName
{
color: #22A6A1;
}
.AnyTagClassName
{
color: #22A6A1;
}
</style>
background-color css
<style>
a { background-color: #22A6A1; }
a { background-color: rgb(34,166,161); }
div.DivClassName
{
background-color: #22A6A1;
}
.BgClassName
{
background-color: #22A6A1;
}
</style>
border-color css
<style>
span { border-color: #22A6A1; }
span { border-color: rgb(34,166,161); }
td.TdClassName
{
border-color: #22A6A1;
}
.TagClassName
{
border-color: #22A6A1;
}
</style>