Shades of Light Sea Green #22BCB6
Tints of Light Sea Green #22BCB6
RGB
CMYK
RGB Variations
Color information
#22BCB6 (or 0x22BCB6) is known color: Light Sea Green. HEX triplet: 22, BC and B6. RGB value is (34,188,182). Sum of RGB (Red+Green+Blue) = 34+188+182=404 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.42% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #22BCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BCB6 is #DD4349. Grayscale: #8D8D8D. Windows color (decimal): -14500682 or 11975714. OLE color: 11975714.
HSL color Cylindrical-coordinate representation of color #22BCB6: hue angle of 177.66º degrees, saturation: 0.69, 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 #22BCB6 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 182 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.26 |
| HSL | 177.66º | 0.69% | 0.44% | - |
| HSV(B) | 177.66º | 0.82% | 0.74% | - |
| XYZ | 27.09 | 39.68 | 50.49 | - |
| YUV | 141.27 | 150.98 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 182 | 0.82 | 0 | 0.03 | 0.26 | 177.66 | 0.69 | 0.44 |
| Hex | 22 | BC | B6 | 52 | 0 | 3 | 1A | B2 | 45 | 2C |
| Octal | 42 | 274 | 266 | 122 | 0 | 3 | 32 | 262 | 105 | 54 |
| Binary | 100010 | 10111100 | 10110110 | 1010010 | 0 | 11 | 11010 | 10110010 | 1000101 | 101100 |
Color Harmonies of #22BCB6
Complementary color
Monochromatic Colors of #22BCB6
Black with #22BCB6
Text Example
Text Example
White with #22BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BCB6; }
p { color: rgb(34,188,182); }
H1.HeaderClassName
{
color: #22BCB6;
}
.AnyTagClassName
{
color: #22BCB6;
}
</style>
background-color css
<style>
a { background-color: #22BCB6; }
a { background-color: rgb(34,188,182); }
div.DivClassName
{
background-color: #22BCB6;
}
.BgClassName
{
background-color: #22BCB6;
}
</style>
border-color css
<style>
span { border-color: #22BCB6; }
span { border-color: rgb(34,188,182); }
td.TdClassName
{
border-color: #22BCB6;
}
.TagClassName
{
border-color: #22BCB6;
}
</style>