Shades of Light Sea Green #22AAA3
Tints of Light Sea Green #22AAA3
RGB
CMYK
RGB Variations
Color information
#22AAA3 (or 0x22AAA3) is known color: Light Sea Green. HEX triplet: 22, AA and A3. RGB value is (34,170,163). Sum of RGB (Red+Green+Blue) = 34+170+163=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #22AAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AAA3 is #DD555C. Grayscale: #808080. Windows color (decimal): -14505309 or 10725922. OLE color: 10725922.
HSL color Cylindrical-coordinate representation of color #22AAA3: hue angle of 176.91º 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 #22AAA3 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 170 | 163 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.33 |
| HSL | 176.91º | 0.67% | 0.4% | - |
| HSV(B) | 176.91º | 0.8% | 0.67% | - |
| XYZ | 21.65 | 31.73 | 39.63 | - |
| YUV | 128.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 170 | 163 | 0.80 | 0 | 0.04 | 0.33 | 176.91 | 0.67 | 0.4 |
| Hex | 22 | AA | A3 | 50 | 0 | 4 | 21 | B1 | 43 | 28 |
| Octal | 42 | 252 | 243 | 120 | 0 | 4 | 41 | 261 | 103 | 50 |
| Binary | 100010 | 10101010 | 10100011 | 1010000 | 0 | 100 | 100001 | 10110001 | 1000011 | 101000 |
Color Harmonies of #22AAA3
Complementary color
Monochromatic Colors of #22AAA3
Black with #22AAA3
Text Example
Text Example
White with #22AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AAA3; }
p { color: rgb(34,170,163); }
H1.HeaderClassName
{
color: #22AAA3;
}
.AnyTagClassName
{
color: #22AAA3;
}
</style>
background-color css
<style>
a { background-color: #22AAA3; }
a { background-color: rgb(34,170,163); }
div.DivClassName
{
background-color: #22AAA3;
}
.BgClassName
{
background-color: #22AAA3;
}
</style>
border-color css
<style>
span { border-color: #22AAA3; }
span { border-color: rgb(34,170,163); }
td.TdClassName
{
border-color: #22AAA3;
}
.TagClassName
{
border-color: #22AAA3;
}
</style>