Shades of Light Sea Green #22ACB9
Tints of Light Sea Green #22ACB9
RGB
CMYK
RGB Variations
Color information
#22ACB9 (or 0x22ACB9) is known color: Light Sea Green. HEX triplet: 22, AC and B9. RGB value is (34,172,185). Sum of RGB (Red+Green+Blue) = 34+172+185=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #22ACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22ACB9 is #DD5346. Grayscale: #848484. Windows color (decimal): -14504775 or 12168226. OLE color: 12168226.
HSL color Cylindrical-coordinate representation of color #22ACB9: hue angle of 185.17º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22ACB9 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 172 | 185 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.27 |
| HSL | 185.17º | 0.69% | 0.43% | - |
| HSV(B) | 185.17º | 0.82% | 0.73% | - |
| XYZ | 24.17 | 33.35 | 51.06 | - |
| YUV | 132.22 | 157.78 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 172 | 185 | 0.82 | 0.07 | 0 | 0.27 | 185.17 | 0.69 | 0.43 |
| Hex | 22 | AC | B9 | 52 | 7 | 0 | 1B | B9 | 45 | 2B |
| Octal | 42 | 254 | 271 | 122 | 7 | 0 | 33 | 271 | 105 | 53 |
| Binary | 100010 | 10101100 | 10111001 | 1010010 | 111 | 0 | 11011 | 10111001 | 1000101 | 101011 |
Color Harmonies of #22ACB9
Complementary color
Monochromatic Colors of #22ACB9
Black with #22ACB9
Text Example
Text Example
White with #22ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ACB9; }
p { color: rgb(34,172,185); }
H1.HeaderClassName
{
color: #22ACB9;
}
.AnyTagClassName
{
color: #22ACB9;
}
</style>
background-color css
<style>
a { background-color: #22ACB9; }
a { background-color: rgb(34,172,185); }
div.DivClassName
{
background-color: #22ACB9;
}
.BgClassName
{
background-color: #22ACB9;
}
</style>
border-color css
<style>
span { border-color: #22ACB9; }
span { border-color: rgb(34,172,185); }
td.TdClassName
{
border-color: #22ACB9;
}
.TagClassName
{
border-color: #22ACB9;
}
</style>