Shades of Light Sea Green #22BEA0
Tints of Light Sea Green #22BEA0
RGB
CMYK
RGB Variations
Color information
#22BEA0 (or 0x22BEA0) is known color: Light Sea Green. HEX triplet: 22, BE and A0. RGB value is (34,190,160). Sum of RGB (Red+Green+Blue) = 34+190+160=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #22BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BEA0 is #DD415F. Grayscale: #8B8B8B. Windows color (decimal): -14500192 or 10534434. OLE color: 10534434.
HSL color Cylindrical-coordinate representation of color #22BEA0: hue angle of 168.46º 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 #22BEA0 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 160 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.25 |
| HSL | 168.46º | 0.7% | 0.44% | - |
| HSV(B) | 168.46º | 0.82% | 0.75% | - |
| XYZ | 25.42 | 39.71 | 39.58 | - |
| YUV | 139.94 | 139.32 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 160 | 0.82 | 0 | 0.16 | 0.25 | 168.46 | 0.7 | 0.44 |
| Hex | 22 | BE | A0 | 52 | 0 | 10 | 19 | A8 | 46 | 2C |
| Octal | 42 | 276 | 240 | 122 | 0 | 20 | 31 | 250 | 106 | 54 |
| Binary | 100010 | 10111110 | 10100000 | 1010010 | 0 | 10000 | 11001 | 10101000 | 1000110 | 101100 |
Color Harmonies of #22BEA0
Complementary color
Monochromatic Colors of #22BEA0
Black with #22BEA0
Text Example
Text Example
White with #22BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BEA0; }
p { color: rgb(34,190,160); }
H1.HeaderClassName
{
color: #22BEA0;
}
.AnyTagClassName
{
color: #22BEA0;
}
</style>
background-color css
<style>
a { background-color: #22BEA0; }
a { background-color: rgb(34,190,160); }
div.DivClassName
{
background-color: #22BEA0;
}
.BgClassName
{
background-color: #22BEA0;
}
</style>
border-color css
<style>
span { border-color: #22BEA0; }
span { border-color: rgb(34,190,160); }
td.TdClassName
{
border-color: #22BEA0;
}
.TagClassName
{
border-color: #22BEA0;
}
</style>