Shades of Light Sea Green #22BEA4
Tints of Light Sea Green #22BEA4
RGB
CMYK
RGB Variations
Color information
#22BEA4 (or 0x22BEA4) is known color: Light Sea Green. HEX triplet: 22, BE and A4. RGB value is (34,190,164). Sum of RGB (Red+Green+Blue) = 34+190+164=388 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.76% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #22BEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BEA4 is #DD415B. Grayscale: #8C8C8C. Windows color (decimal): -14500188 or 10796578. OLE color: 10796578.
HSL color Cylindrical-coordinate representation of color #22BEA4: hue angle of 170º 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 #22BEA4 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 164 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.25 |
| HSL | 170º | 0.7% | 0.44% | - |
| HSV(B) | 170º | 0.82% | 0.75% | - |
| XYZ | 25.77 | 39.85 | 41.45 | - |
| YUV | 140.39 | 141.32 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 164 | 0.82 | 0 | 0.14 | 0.25 | 170 | 0.7 | 0.44 |
| Hex | 22 | BE | A4 | 52 | 0 | E | 19 | AA | 46 | 2C |
| Octal | 42 | 276 | 244 | 122 | 0 | 16 | 31 | 252 | 106 | 54 |
| Binary | 100010 | 10111110 | 10100100 | 1010010 | 0 | 1110 | 11001 | 10101010 | 1000110 | 101100 |
Color Harmonies of #22BEA4
Complementary color
Monochromatic Colors of #22BEA4
Black with #22BEA4
Text Example
Text Example
White with #22BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BEA4; }
p { color: rgb(34,190,164); }
H1.HeaderClassName
{
color: #22BEA4;
}
.AnyTagClassName
{
color: #22BEA4;
}
</style>
background-color css
<style>
a { background-color: #22BEA4; }
a { background-color: rgb(34,190,164); }
div.DivClassName
{
background-color: #22BEA4;
}
.BgClassName
{
background-color: #22BEA4;
}
</style>
border-color css
<style>
span { border-color: #22BEA4; }
span { border-color: rgb(34,190,164); }
td.TdClassName
{
border-color: #22BEA4;
}
.TagClassName
{
border-color: #22BEA4;
}
</style>