Shades of Light Sea Green #22BEA2
Tints of Light Sea Green #22BEA2
RGB
CMYK
RGB Variations
Color information
#22BEA2 (or 0x22BEA2) is known color: Light Sea Green. HEX triplet: 22, BE and A2. RGB value is (34,190,162). Sum of RGB (Red+Green+Blue) = 34+190+162=386 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.81% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #22BEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BEA2 is #DD415D. Grayscale: #8C8C8C. Windows color (decimal): -14500190 or 10665506. OLE color: 10665506.
HSL color Cylindrical-coordinate representation of color #22BEA2: hue angle of 169.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BEA2 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 162 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.25 |
| HSL | 169.23º | 0.7% | 0.44% | - |
| HSV(B) | 169.23º | 0.82% | 0.75% | - |
| XYZ | 25.59 | 39.78 | 40.51 | - |
| YUV | 140.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 162 | 0.82 | 0 | 0.15 | 0.25 | 169.23 | 0.7 | 0.44 |
| Hex | 22 | BE | A2 | 52 | 0 | F | 19 | A9 | 46 | 2C |
| Octal | 42 | 276 | 242 | 122 | 0 | 17 | 31 | 251 | 106 | 54 |
| Binary | 100010 | 10111110 | 10100010 | 1010010 | 0 | 1111 | 11001 | 10101001 | 1000110 | 101100 |
Color Harmonies of #22BEA2
Complementary color
Monochromatic Colors of #22BEA2
Black with #22BEA2
Text Example
Text Example
White with #22BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BEA2; }
p { color: rgb(34,190,162); }
H1.HeaderClassName
{
color: #22BEA2;
}
.AnyTagClassName
{
color: #22BEA2;
}
</style>
background-color css
<style>
a { background-color: #22BEA2; }
a { background-color: rgb(34,190,162); }
div.DivClassName
{
background-color: #22BEA2;
}
.BgClassName
{
background-color: #22BEA2;
}
</style>
border-color css
<style>
span { border-color: #22BEA2; }
span { border-color: rgb(34,190,162); }
td.TdClassName
{
border-color: #22BEA2;
}
.TagClassName
{
border-color: #22BEA2;
}
</style>