Shades of Light Sea Green #22AAA7
Tints of Light Sea Green #22AAA7
RGB
CMYK
RGB Variations
Color information
#22AAA7 (or 0x22AAA7) is known color: Light Sea Green. HEX triplet: 22, AA and A7. RGB value is (34,170,167). Sum of RGB (Red+Green+Blue) = 34+170+167=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #22AAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AAA7 is #DD5558. Grayscale: #808080. Windows color (decimal): -14505305 or 10988066. OLE color: 10988066.
HSL color Cylindrical-coordinate representation of color #22AAA7: hue angle of 178.68º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AAA7 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 170 | 167 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.33 |
| HSL | 178.68º | 0.67% | 0.4% | - |
| HSV(B) | 178.68º | 0.8% | 0.67% | - |
| XYZ | 22.01 | 31.88 | 41.55 | - |
| YUV | 128.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 170 | 167 | 0.80 | 0 | 0.02 | 0.33 | 178.68 | 0.67 | 0.4 |
| Hex | 22 | AA | A7 | 50 | 0 | 2 | 21 | B3 | 43 | 28 |
| Octal | 42 | 252 | 247 | 120 | 0 | 2 | 41 | 263 | 103 | 50 |
| Binary | 100010 | 10101010 | 10100111 | 1010000 | 0 | 10 | 100001 | 10110011 | 1000011 | 101000 |
Color Harmonies of #22AAA7
Complementary color
Monochromatic Colors of #22AAA7
Black with #22AAA7
Text Example
Text Example
White with #22AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AAA7; }
p { color: rgb(34,170,167); }
H1.HeaderClassName
{
color: #22AAA7;
}
.AnyTagClassName
{
color: #22AAA7;
}
</style>
background-color css
<style>
a { background-color: #22AAA7; }
a { background-color: rgb(34,170,167); }
div.DivClassName
{
background-color: #22AAA7;
}
.BgClassName
{
background-color: #22AAA7;
}
</style>
border-color css
<style>
span { border-color: #22AAA7; }
span { border-color: rgb(34,170,167); }
td.TdClassName
{
border-color: #22AAA7;
}
.TagClassName
{
border-color: #22AAA7;
}
</style>