Shades of Light Sea Green #22BDB9
Tints of Light Sea Green #22BDB9
RGB
CMYK
RGB Variations
Color information
#22BDB9 (or 0x22BDB9) is known color: Light Sea Green. HEX triplet: 22, BD and B9. RGB value is (34,189,185). Sum of RGB (Red+Green+Blue) = 34+189+185=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #22BDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BDB9 is #DD4246. Grayscale: #8E8E8E. Windows color (decimal): -14500423 or 12172578. OLE color: 12172578.
HSL color Cylindrical-coordinate representation of color #22BDB9: hue angle of 178.45º 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 #22BDB9 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 189 | 185 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.26 |
| HSL | 178.45º | 0.7% | 0.44% | - |
| HSV(B) | 178.45º | 0.82% | 0.74% | - |
| XYZ | 27.61 | 40.24 | 52.21 | - |
| YUV | 142.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 185 | 0.82 | 0 | 0.02 | 0.26 | 178.45 | 0.7 | 0.44 |
| Hex | 22 | BD | B9 | 52 | 0 | 2 | 1A | B2 | 46 | 2C |
| Octal | 42 | 275 | 271 | 122 | 0 | 2 | 32 | 262 | 106 | 54 |
| Binary | 100010 | 10111101 | 10111001 | 1010010 | 0 | 10 | 11010 | 10110010 | 1000110 | 101100 |
Color Harmonies of #22BDB9
Complementary color
Monochromatic Colors of #22BDB9
Black with #22BDB9
Text Example
Text Example
White with #22BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BDB9; }
p { color: rgb(34,189,185); }
H1.HeaderClassName
{
color: #22BDB9;
}
.AnyTagClassName
{
color: #22BDB9;
}
</style>
background-color css
<style>
a { background-color: #22BDB9; }
a { background-color: rgb(34,189,185); }
div.DivClassName
{
background-color: #22BDB9;
}
.BgClassName
{
background-color: #22BDB9;
}
</style>
border-color css
<style>
span { border-color: #22BDB9; }
span { border-color: rgb(34,189,185); }
td.TdClassName
{
border-color: #22BDB9;
}
.TagClassName
{
border-color: #22BDB9;
}
</style>