Shades of Light Sea Green #22AEAC
Tints of Light Sea Green #22AEAC
RGB
CMYK
RGB Variations
Color information
#22AEAC (or 0x22AEAC) is known color: Light Sea Green. HEX triplet: 22, AE and AC. RGB value is (34,174,172). Sum of RGB (Red+Green+Blue) = 34+174+172=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #22AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AEAC is #DD5153. Grayscale: #838383. Windows color (decimal): -14504276 or 11316770. OLE color: 11316770.
HSL color Cylindrical-coordinate representation of color #22AEAC: hue angle of 179.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AEAC is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 174 | 172 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.32 |
| HSL | 179.14º | 0.67% | 0.41% | - |
| HSV(B) | 179.14º | 0.8% | 0.68% | - |
| XYZ | 23.24 | 33.59 | 44.29 | - |
| YUV | 131.91 | 150.62 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 174 | 172 | 0.80 | 0 | 0.01 | 0.32 | 179.14 | 0.67 | 0.41 |
| Hex | 22 | AE | AC | 50 | 0 | 1 | 20 | B3 | 43 | 29 |
| Octal | 42 | 256 | 254 | 120 | 0 | 1 | 40 | 263 | 103 | 51 |
| Binary | 100010 | 10101110 | 10101100 | 1010000 | 0 | 1 | 100000 | 10110011 | 1000011 | 101001 |
Color Harmonies of #22AEAC
Complementary color
Monochromatic Colors of #22AEAC
Black with #22AEAC
Text Example
Text Example
White with #22AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AEAC; }
p { color: rgb(34,174,172); }
H1.HeaderClassName
{
color: #22AEAC;
}
.AnyTagClassName
{
color: #22AEAC;
}
</style>
background-color css
<style>
a { background-color: #22AEAC; }
a { background-color: rgb(34,174,172); }
div.DivClassName
{
background-color: #22AEAC;
}
.BgClassName
{
background-color: #22AEAC;
}
</style>
border-color css
<style>
span { border-color: #22AEAC; }
span { border-color: rgb(34,174,172); }
td.TdClassName
{
border-color: #22AEAC;
}
.TagClassName
{
border-color: #22AEAC;
}
</style>