Shades of Light Sea Green #22AF9A
Tints of Light Sea Green #22AF9A
RGB
CMYK
RGB Variations
Color information
#22AF9A (or 0x22AF9A) is known color: Light Sea Green. HEX triplet: 22, AF and 9A. RGB value is (34,175,154). Sum of RGB (Red+Green+Blue) = 34+175+154=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AF9A is #DD5065. Grayscale: #828282. Windows color (decimal): -14504038 or 10137378. OLE color: 10137378.
HSL color Cylindrical-coordinate representation of color #22AF9A: hue angle of 171.06º 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 #22AF9A is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 175 | 154 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.31 |
| HSL | 171.06º | 0.67% | 0.41% | - |
| HSV(B) | 171.06º | 0.81% | 0.69% | - |
| XYZ | 21.82 | 33.33 | 35.86 | - |
| YUV | 130.45 | 141.29 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 154 | 0.81 | 0 | 0.12 | 0.31 | 171.06 | 0.67 | 0.41 |
| Hex | 22 | AF | 9A | 51 | 0 | C | 1F | AB | 43 | 29 |
| Octal | 42 | 257 | 232 | 121 | 0 | 14 | 37 | 253 | 103 | 51 |
| Binary | 100010 | 10101111 | 10011010 | 1010001 | 0 | 1100 | 11111 | 10101011 | 1000011 | 101001 |
Color Harmonies of #22AF9A
Complementary color
Monochromatic Colors of #22AF9A
Black with #22AF9A
Text Example
Text Example
White with #22AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AF9A; }
p { color: rgb(34,175,154); }
H1.HeaderClassName
{
color: #22AF9A;
}
.AnyTagClassName
{
color: #22AF9A;
}
</style>
background-color css
<style>
a { background-color: #22AF9A; }
a { background-color: rgb(34,175,154); }
div.DivClassName
{
background-color: #22AF9A;
}
.BgClassName
{
background-color: #22AF9A;
}
</style>
border-color css
<style>
span { border-color: #22AF9A; }
span { border-color: rgb(34,175,154); }
td.TdClassName
{
border-color: #22AF9A;
}
.TagClassName
{
border-color: #22AF9A;
}
</style>