Shades of Light Sea Green #22ADAB
Tints of Light Sea Green #22ADAB
RGB
CMYK
RGB Variations
Color information
#22ADAB (or 0x22ADAB) is known color: Light Sea Green. HEX triplet: 22, AD and AB. RGB value is (34,173,171). Sum of RGB (Red+Green+Blue) = 34+173+171=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #22ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22ADAB is #DD5254. Grayscale: #838383. Windows color (decimal): -14504533 or 11250978. OLE color: 11250978.
HSL color Cylindrical-coordinate representation of color #22ADAB: 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 #22ADAB is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 173 | 171 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.32 |
| HSL | 179.14º | 0.67% | 0.41% | - |
| HSV(B) | 179.14º | 0.8% | 0.68% | - |
| XYZ | 22.95 | 33.17 | 43.72 | - |
| YUV | 131.21 | 150.45 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 173 | 171 | 0.80 | 0 | 0.01 | 0.32 | 179.14 | 0.67 | 0.41 |
| Hex | 22 | AD | AB | 50 | 0 | 1 | 20 | B3 | 43 | 29 |
| Octal | 42 | 255 | 253 | 120 | 0 | 1 | 40 | 263 | 103 | 51 |
| Binary | 100010 | 10101101 | 10101011 | 1010000 | 0 | 1 | 100000 | 10110011 | 1000011 | 101001 |
Color Harmonies of #22ADAB
Complementary color
Monochromatic Colors of #22ADAB
Black with #22ADAB
Text Example
Text Example
White with #22ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ADAB; }
p { color: rgb(34,173,171); }
H1.HeaderClassName
{
color: #22ADAB;
}
.AnyTagClassName
{
color: #22ADAB;
}
</style>
background-color css
<style>
a { background-color: #22ADAB; }
a { background-color: rgb(34,173,171); }
div.DivClassName
{
background-color: #22ADAB;
}
.BgClassName
{
background-color: #22ADAB;
}
</style>
border-color css
<style>
span { border-color: #22ADAB; }
span { border-color: rgb(34,173,171); }
td.TdClassName
{
border-color: #22ADAB;
}
.TagClassName
{
border-color: #22ADAB;
}
</style>