Shades of Light Sea Green #22B6BD
Tints of Light Sea Green #22B6BD
RGB
CMYK
RGB Variations
Color information
#22B6BD (or 0x22B6BD) is known color: Light Sea Green. HEX triplet: 22, B6 and BD. RGB value is (34,182,189). Sum of RGB (Red+Green+Blue) = 34+182+189=405 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.40% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #22B6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22B6BD is #DD4942. Grayscale: #8A8A8A. Windows color (decimal): -14502211 or 12432930. OLE color: 12432930.
HSL color Cylindrical-coordinate representation of color #22B6BD: hue angle of 182.71º 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 #22B6BD is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 182 | 189 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.26 |
| HSL | 182.71º | 0.7% | 0.44% | - |
| HSV(B) | 182.71º | 0.82% | 0.74% | - |
| XYZ | 26.57 | 37.47 | 53.98 | - |
| YUV | 138.55 | 156.47 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 182 | 189 | 0.82 | 0.04 | 0 | 0.26 | 182.71 | 0.7 | 0.44 |
| Hex | 22 | B6 | BD | 52 | 4 | 0 | 1A | B7 | 46 | 2C |
| Octal | 42 | 266 | 275 | 122 | 4 | 0 | 32 | 267 | 106 | 54 |
| Binary | 100010 | 10110110 | 10111101 | 1010010 | 100 | 0 | 11010 | 10110111 | 1000110 | 101100 |
Color Harmonies of #22B6BD
Complementary color
Monochromatic Colors of #22B6BD
Black with #22B6BD
Text Example
Text Example
White with #22B6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B6BD; }
p { color: rgb(34,182,189); }
H1.HeaderClassName
{
color: #22B6BD;
}
.AnyTagClassName
{
color: #22B6BD;
}
</style>
background-color css
<style>
a { background-color: #22B6BD; }
a { background-color: rgb(34,182,189); }
div.DivClassName
{
background-color: #22B6BD;
}
.BgClassName
{
background-color: #22B6BD;
}
</style>
border-color css
<style>
span { border-color: #22B6BD; }
span { border-color: rgb(34,182,189); }
td.TdClassName
{
border-color: #22B6BD;
}
.TagClassName
{
border-color: #22B6BD;
}
</style>