Shades of Light Sea Green #22BDA6
Tints of Light Sea Green #22BDA6
RGB
CMYK
RGB Variations
Color information
#22BDA6 (or 0x22BDA6) is known color: Light Sea Green. HEX triplet: 22, BD and A6. RGB value is (34,189,166). Sum of RGB (Red+Green+Blue) = 34+189+166=389 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.74% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #22BDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BDA6 is #DD4259. Grayscale: #8B8B8B. Windows color (decimal): -14500442 or 10927394. OLE color: 10927394.
HSL color Cylindrical-coordinate representation of color #22BDA6: hue angle of 171.1º 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 #22BDA6 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 189 | 166 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.26 |
| HSL | 171.1º | 0.7% | 0.44% | - |
| HSV(B) | 171.1º | 0.82% | 0.74% | - |
| XYZ | 25.74 | 39.49 | 42.34 | - |
| YUV | 140.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 166 | 0.82 | 0 | 0.12 | 0.26 | 171.1 | 0.7 | 0.44 |
| Hex | 22 | BD | A6 | 52 | 0 | C | 1A | AB | 46 | 2C |
| Octal | 42 | 275 | 246 | 122 | 0 | 14 | 32 | 253 | 106 | 54 |
| Binary | 100010 | 10111101 | 10100110 | 1010010 | 0 | 1100 | 11010 | 10101011 | 1000110 | 101100 |
Color Harmonies of #22BDA6
Complementary color
Monochromatic Colors of #22BDA6
Black with #22BDA6
Text Example
Text Example
White with #22BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BDA6; }
p { color: rgb(34,189,166); }
H1.HeaderClassName
{
color: #22BDA6;
}
.AnyTagClassName
{
color: #22BDA6;
}
</style>
background-color css
<style>
a { background-color: #22BDA6; }
a { background-color: rgb(34,189,166); }
div.DivClassName
{
background-color: #22BDA6;
}
.BgClassName
{
background-color: #22BDA6;
}
</style>
border-color css
<style>
span { border-color: #22BDA6; }
span { border-color: rgb(34,189,166); }
td.TdClassName
{
border-color: #22BDA6;
}
.TagClassName
{
border-color: #22BDA6;
}
</style>