Shades of Light Sea Green #22B0A0
Tints of Light Sea Green #22B0A0
RGB
CMYK
RGB Variations
Color information
#22B0A0 (or 0x22B0A0) is known color: Light Sea Green. HEX triplet: 22, B0 and A0. RGB value is (34,176,160). Sum of RGB (Red+Green+Blue) = 34+176+160=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #22B0A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22B0A0 is #DD4F5F. Grayscale: #838383. Windows color (decimal): -14503776 or 10530850. OLE color: 10530850.
HSL color Cylindrical-coordinate representation of color #22B0A0: hue angle of 173.24º 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 #22B0A0 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 176 | 160 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.31 |
| HSL | 173.24º | 0.68% | 0.41% | - |
| HSV(B) | 173.24º | 0.81% | 0.69% | - |
| XYZ | 22.53 | 33.93 | 38.62 | - |
| YUV | 131.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 176 | 160 | 0.81 | 0 | 0.09 | 0.31 | 173.24 | 0.68 | 0.41 |
| Hex | 22 | B0 | A0 | 51 | 0 | 9 | 1F | AD | 44 | 29 |
| Octal | 42 | 260 | 240 | 121 | 0 | 11 | 37 | 255 | 104 | 51 |
| Binary | 100010 | 10110000 | 10100000 | 1010001 | 0 | 1001 | 11111 | 10101101 | 1000100 | 101001 |
Color Harmonies of #22B0A0
Complementary color
Monochromatic Colors of #22B0A0
Black with #22B0A0
Text Example
Text Example
White with #22B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B0A0; }
p { color: rgb(34,176,160); }
H1.HeaderClassName
{
color: #22B0A0;
}
.AnyTagClassName
{
color: #22B0A0;
}
</style>
background-color css
<style>
a { background-color: #22B0A0; }
a { background-color: rgb(34,176,160); }
div.DivClassName
{
background-color: #22B0A0;
}
.BgClassName
{
background-color: #22B0A0;
}
</style>
border-color css
<style>
span { border-color: #22B0A0; }
span { border-color: rgb(34,176,160); }
td.TdClassName
{
border-color: #22B0A0;
}
.TagClassName
{
border-color: #22B0A0;
}
</style>