Shades of Light Sea Green #22BDA1
Tints of Light Sea Green #22BDA1
RGB
CMYK
RGB Variations
Color information
#22BDA1 (or 0x22BDA1) is known color: Light Sea Green. HEX triplet: 22, BD and A1. RGB value is (34,189,161). Sum of RGB (Red+Green+Blue) = 34+189+161=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #22BDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BDA1 is #DD425E. Grayscale: #8B8B8B. Windows color (decimal): -14500447 or 10599714. OLE color: 10599714.
HSL color Cylindrical-coordinate representation of color #22BDA1: hue angle of 169.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BDA1 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 189 | 161 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.26 |
| HSL | 169.16º | 0.7% | 0.44% | - |
| HSV(B) | 169.16º | 0.82% | 0.74% | - |
| XYZ | 25.29 | 39.31 | 39.97 | - |
| YUV | 139.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 161 | 0.82 | 0 | 0.15 | 0.26 | 169.16 | 0.7 | 0.44 |
| Hex | 22 | BD | A1 | 52 | 0 | F | 1A | A9 | 46 | 2C |
| Octal | 42 | 275 | 241 | 122 | 0 | 17 | 32 | 251 | 106 | 54 |
| Binary | 100010 | 10111101 | 10100001 | 1010010 | 0 | 1111 | 11010 | 10101001 | 1000110 | 101100 |
Color Harmonies of #22BDA1
Complementary color
Monochromatic Colors of #22BDA1
Black with #22BDA1
Text Example
Text Example
White with #22BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BDA1; }
p { color: rgb(34,189,161); }
H1.HeaderClassName
{
color: #22BDA1;
}
.AnyTagClassName
{
color: #22BDA1;
}
</style>
background-color css
<style>
a { background-color: #22BDA1; }
a { background-color: rgb(34,189,161); }
div.DivClassName
{
background-color: #22BDA1;
}
.BgClassName
{
background-color: #22BDA1;
}
</style>
border-color css
<style>
span { border-color: #22BDA1; }
span { border-color: rgb(34,189,161); }
td.TdClassName
{
border-color: #22BDA1;
}
.TagClassName
{
border-color: #22BDA1;
}
</style>