Shades of Light Sea Green #22BBA0
Tints of Light Sea Green #22BBA0
RGB
CMYK
RGB Variations
Color information
#22BBA0 (or 0x22BBA0) is known color: Light Sea Green. HEX triplet: 22, BB and A0. RGB value is (34,187,160). Sum of RGB (Red+Green+Blue) = 34+187+160=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #22BBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BBA0 is #DD445F. Grayscale: #8A8A8A. Windows color (decimal): -14500960 or 10533666. OLE color: 10533666.
HSL color Cylindrical-coordinate representation of color #22BBA0: hue angle of 169.41º 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 #22BBA0 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 187 | 160 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.27 |
| HSL | 169.41º | 0.69% | 0.43% | - |
| HSV(B) | 169.41º | 0.82% | 0.73% | - |
| XYZ | 24.78 | 38.42 | 39.37 | - |
| YUV | 138.18 | 140.31 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 160 | 0.82 | 0 | 0.14 | 0.27 | 169.41 | 0.69 | 0.43 |
| Hex | 22 | BB | A0 | 52 | 0 | E | 1B | A9 | 45 | 2B |
| Octal | 42 | 273 | 240 | 122 | 0 | 16 | 33 | 251 | 105 | 53 |
| Binary | 100010 | 10111011 | 10100000 | 1010010 | 0 | 1110 | 11011 | 10101001 | 1000101 | 101011 |
Color Harmonies of #22BBA0
Complementary color
Monochromatic Colors of #22BBA0
Black with #22BBA0
Text Example
Text Example
White with #22BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BBA0; }
p { color: rgb(34,187,160); }
H1.HeaderClassName
{
color: #22BBA0;
}
.AnyTagClassName
{
color: #22BBA0;
}
</style>
background-color css
<style>
a { background-color: #22BBA0; }
a { background-color: rgb(34,187,160); }
div.DivClassName
{
background-color: #22BBA0;
}
.BgClassName
{
background-color: #22BBA0;
}
</style>
border-color css
<style>
span { border-color: #22BBA0; }
span { border-color: rgb(34,187,160); }
td.TdClassName
{
border-color: #22BBA0;
}
.TagClassName
{
border-color: #22BBA0;
}
</style>