Shades of Gum Leaf #9EC2AB
Tints of Gum Leaf #9EC2AB
RGB
CMYK
RGB Variations
Color information
#9EC2AB (or 0x9EC2AB) is known color: Gum Leaf. HEX triplet: 9E, C2 and AB. RGB value is (158,194,171). Sum of RGB (Red+Green+Blue) = 158+194+171=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC2AB is #613D54. Grayscale: #B4B4B4. Windows color (decimal): -6372693 or 11256478. OLE color: 11256478.
HSL color Cylindrical-coordinate representation of color #9EC2AB: hue angle of 141.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EC2AB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 171 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.24 |
| HSL | 141.67º | 0.23% | 0.69% | - |
| HSV(B) | 141.67º | 0.19% | 0.76% | - |
| XYZ | 40.74 | 48.79 | 45.8 | - |
| YUV | 180.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 171 | 0.19 | 0 | 0.12 | 0.24 | 141.67 | 0.23 | 0.69 |
| Hex | 9E | C2 | AB | 13 | 0 | C | 18 | 8E | 17 | 45 |
| Octal | 236 | 302 | 253 | 23 | 0 | 14 | 30 | 216 | 27 | 105 |
| Binary | 10011110 | 11000010 | 10101011 | 10011 | 0 | 1100 | 11000 | 10001110 | 10111 | 1000101 |
Color Harmonies of #9EC2AB
Complementary color
Monochromatic Colors of #9EC2AB
Black with #9EC2AB
Text Example
Text Example
White with #9EC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC2AB; }
p { color: rgb(158,194,171); }
H1.HeaderClassName
{
color: #9EC2AB;
}
.AnyTagClassName
{
color: #9EC2AB;
}
</style>
background-color css
<style>
a { background-color: #9EC2AB; }
a { background-color: rgb(158,194,171); }
div.DivClassName
{
background-color: #9EC2AB;
}
.BgClassName
{
background-color: #9EC2AB;
}
</style>
border-color css
<style>
span { border-color: #9EC2AB; }
span { border-color: rgb(158,194,171); }
td.TdClassName
{
border-color: #9EC2AB;
}
.TagClassName
{
border-color: #9EC2AB;
}
</style>