Shades of Light Sea Green #22BAA2
Tints of Light Sea Green #22BAA2
RGB
CMYK
RGB Variations
Color information
#22BAA2 (or 0x22BAA2) is known color: Light Sea Green. HEX triplet: 22, BA and A2. RGB value is (34,186,162). Sum of RGB (Red+Green+Blue) = 34+186+162=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #22BAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BAA2 is #DD455D. Grayscale: #898989. Windows color (decimal): -14501214 or 10664482. OLE color: 10664482.
HSL color Cylindrical-coordinate representation of color #22BAA2: hue angle of 170.53º 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 #22BAA2 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 186 | 162 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.27 |
| HSL | 170.53º | 0.69% | 0.43% | - |
| HSV(B) | 170.53º | 0.82% | 0.73% | - |
| XYZ | 24.74 | 38.07 | 40.23 | - |
| YUV | 137.82 | 141.64 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 186 | 162 | 0.82 | 0 | 0.13 | 0.27 | 170.53 | 0.69 | 0.43 |
| Hex | 22 | BA | A2 | 52 | 0 | D | 1B | AB | 45 | 2B |
| Octal | 42 | 272 | 242 | 122 | 0 | 15 | 33 | 253 | 105 | 53 |
| Binary | 100010 | 10111010 | 10100010 | 1010010 | 0 | 1101 | 11011 | 10101011 | 1000101 | 101011 |
Color Harmonies of #22BAA2
Complementary color
Monochromatic Colors of #22BAA2
Black with #22BAA2
Text Example
Text Example
White with #22BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BAA2; }
p { color: rgb(34,186,162); }
H1.HeaderClassName
{
color: #22BAA2;
}
.AnyTagClassName
{
color: #22BAA2;
}
</style>
background-color css
<style>
a { background-color: #22BAA2; }
a { background-color: rgb(34,186,162); }
div.DivClassName
{
background-color: #22BAA2;
}
.BgClassName
{
background-color: #22BAA2;
}
</style>
border-color css
<style>
span { border-color: #22BAA2; }
span { border-color: rgb(34,186,162); }
td.TdClassName
{
border-color: #22BAA2;
}
.TagClassName
{
border-color: #22BAA2;
}
</style>