Shades of Light Sea Green #22BC9A
Tints of Light Sea Green #22BC9A
RGB
CMYK
RGB Variations
Color information
#22BC9A (or 0x22BC9A) is known color: Light Sea Green. HEX triplet: 22, BC and 9A. RGB value is (34,188,154). Sum of RGB (Red+Green+Blue) = 34+188+154=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22BC9A is #DD4365. Grayscale: #8A8A8A. Windows color (decimal): -14500710 or 10140706. OLE color: 10140706.
HSL color Cylindrical-coordinate representation of color #22BC9A: hue angle of 166.75º 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 #22BC9A is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 154 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.26 |
| HSL | 166.75º | 0.69% | 0.44% | - |
| HSV(B) | 166.75º | 0.82% | 0.74% | - |
| XYZ | 24.48 | 38.64 | 36.74 | - |
| YUV | 138.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 154 | 0.82 | 0 | 0.18 | 0.26 | 166.75 | 0.69 | 0.44 |
| Hex | 22 | BC | 9A | 52 | 0 | 12 | 1A | A7 | 45 | 2C |
| Octal | 42 | 274 | 232 | 122 | 0 | 22 | 32 | 247 | 105 | 54 |
| Binary | 100010 | 10111100 | 10011010 | 1010010 | 0 | 10010 | 11010 | 10100111 | 1000101 | 101100 |
Color Harmonies of #22BC9A
Complementary color
Monochromatic Colors of #22BC9A
Black with #22BC9A
Text Example
Text Example
White with #22BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC9A; }
p { color: rgb(34,188,154); }
H1.HeaderClassName
{
color: #22BC9A;
}
.AnyTagClassName
{
color: #22BC9A;
}
</style>
background-color css
<style>
a { background-color: #22BC9A; }
a { background-color: rgb(34,188,154); }
div.DivClassName
{
background-color: #22BC9A;
}
.BgClassName
{
background-color: #22BC9A;
}
</style>
border-color css
<style>
span { border-color: #22BC9A; }
span { border-color: rgb(34,188,154); }
td.TdClassName
{
border-color: #22BC9A;
}
.TagClassName
{
border-color: #22BC9A;
}
</style>