Shades of Light Sea Green #22AFA5
Tints of Light Sea Green #22AFA5
RGB
CMYK
RGB Variations
Color information
#22AFA5 (or 0x22AFA5) is known color: Light Sea Green. HEX triplet: 22, AF and A5. RGB value is (34,175,165). Sum of RGB (Red+Green+Blue) = 34+175+165=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #22AFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AFA5 is #DD505A. Grayscale: #838383. Windows color (decimal): -14504027 or 10858274. OLE color: 10858274.
HSL color Cylindrical-coordinate representation of color #22AFA5: hue angle of 175.74º 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 #22AFA5 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 175 | 165 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.31 |
| HSL | 175.74º | 0.67% | 0.41% | - |
| HSV(B) | 175.74º | 0.81% | 0.69% | - |
| XYZ | 22.78 | 33.72 | 40.9 | - |
| YUV | 131.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 165 | 0.81 | 0 | 0.06 | 0.31 | 175.74 | 0.67 | 0.41 |
| Hex | 22 | AF | A5 | 51 | 0 | 6 | 1F | B0 | 43 | 29 |
| Octal | 42 | 257 | 245 | 121 | 0 | 6 | 37 | 260 | 103 | 51 |
| Binary | 100010 | 10101111 | 10100101 | 1010001 | 0 | 110 | 11111 | 10110000 | 1000011 | 101001 |
Color Harmonies of #22AFA5
Complementary color
Monochromatic Colors of #22AFA5
Black with #22AFA5
Text Example
Text Example
White with #22AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AFA5; }
p { color: rgb(34,175,165); }
H1.HeaderClassName
{
color: #22AFA5;
}
.AnyTagClassName
{
color: #22AFA5;
}
</style>
background-color css
<style>
a { background-color: #22AFA5; }
a { background-color: rgb(34,175,165); }
div.DivClassName
{
background-color: #22AFA5;
}
.BgClassName
{
background-color: #22AFA5;
}
</style>
border-color css
<style>
span { border-color: #22AFA5; }
span { border-color: rgb(34,175,165); }
td.TdClassName
{
border-color: #22AFA5;
}
.TagClassName
{
border-color: #22AFA5;
}
</style>