Shades of Light Sea Green #22ACB0
Tints of Light Sea Green #22ACB0
RGB
CMYK
RGB Variations
Color information
#22ACB0 (or 0x22ACB0) is known color: Light Sea Green. HEX triplet: 22, AC and B0. RGB value is (34,172,176). Sum of RGB (Red+Green+Blue) = 34+172+176=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #22ACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22ACB0 is #DD534F. Grayscale: #838383. Windows color (decimal): -14504784 or 11578402. OLE color: 11578402.
HSL color Cylindrical-coordinate representation of color #22ACB0: hue angle of 181.69º degrees, saturation: 0.68, 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 #22ACB0 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 172 | 176 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.31 |
| HSL | 181.69º | 0.68% | 0.41% | - |
| HSV(B) | 181.69º | 0.81% | 0.69% | - |
| XYZ | 23.25 | 32.98 | 46.21 | - |
| YUV | 131.19 | 153.28 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 172 | 176 | 0.81 | 0.02 | 0 | 0.31 | 181.69 | 0.68 | 0.41 |
| Hex | 22 | AC | B0 | 51 | 2 | 0 | 1F | B6 | 44 | 29 |
| Octal | 42 | 254 | 260 | 121 | 2 | 0 | 37 | 266 | 104 | 51 |
| Binary | 100010 | 10101100 | 10110000 | 1010001 | 10 | 0 | 11111 | 10110110 | 1000100 | 101001 |
Color Harmonies of #22ACB0
Complementary color
Monochromatic Colors of #22ACB0
Black with #22ACB0
Text Example
Text Example
White with #22ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ACB0; }
p { color: rgb(34,172,176); }
H1.HeaderClassName
{
color: #22ACB0;
}
.AnyTagClassName
{
color: #22ACB0;
}
</style>
background-color css
<style>
a { background-color: #22ACB0; }
a { background-color: rgb(34,172,176); }
div.DivClassName
{
background-color: #22ACB0;
}
.BgClassName
{
background-color: #22ACB0;
}
</style>
border-color css
<style>
span { border-color: #22ACB0; }
span { border-color: rgb(34,172,176); }
td.TdClassName
{
border-color: #22ACB0;
}
.TagClassName
{
border-color: #22ACB0;
}
</style>