Shades of Light Sea Green #22AFA7
Tints of Light Sea Green #22AFA7
RGB
CMYK
RGB Variations
Color information
#22AFA7 (or 0x22AFA7) is known color: Light Sea Green. HEX triplet: 22, AF and A7. RGB value is (34,175,167). Sum of RGB (Red+Green+Blue) = 34+175+167=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #22AFA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AFA7 is #DD5058. Grayscale: #838383. Windows color (decimal): -14504025 or 10989346. OLE color: 10989346.
HSL color Cylindrical-coordinate representation of color #22AFA7: hue angle of 176.6º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22AFA7 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 175 | 167 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.31 |
| HSL | 176.6º | 0.67% | 0.41% | - |
| HSV(B) | 176.6º | 0.81% | 0.69% | - |
| XYZ | 22.96 | 33.79 | 41.87 | - |
| YUV | 131.93 | 147.79 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 167 | 0.81 | 0 | 0.05 | 0.31 | 176.6 | 0.67 | 0.41 |
| Hex | 22 | AF | A7 | 51 | 0 | 5 | 1F | B1 | 43 | 29 |
| Octal | 42 | 257 | 247 | 121 | 0 | 5 | 37 | 261 | 103 | 51 |
| Binary | 100010 | 10101111 | 10100111 | 1010001 | 0 | 101 | 11111 | 10110001 | 1000011 | 101001 |
Color Harmonies of #22AFA7
Complementary color
Monochromatic Colors of #22AFA7
Black with #22AFA7
Text Example
Text Example
White with #22AFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AFA7; }
p { color: rgb(34,175,167); }
H1.HeaderClassName
{
color: #22AFA7;
}
.AnyTagClassName
{
color: #22AFA7;
}
</style>
background-color css
<style>
a { background-color: #22AFA7; }
a { background-color: rgb(34,175,167); }
div.DivClassName
{
background-color: #22AFA7;
}
.BgClassName
{
background-color: #22AFA7;
}
</style>
border-color css
<style>
span { border-color: #22AFA7; }
span { border-color: rgb(34,175,167); }
td.TdClassName
{
border-color: #22AFA7;
}
.TagClassName
{
border-color: #22AFA7;
}
</style>