Shades of Skeptic #9EBDAA
Tints of Skeptic #9EBDAA
RGB
CMYK
RGB Variations
Color information
#9EBDAA (or 0x9EBDAA) is known color: Skeptic. HEX triplet: 9E, BD and AA. RGB value is (158,189,170). Sum of RGB (Red+Green+Blue) = 158+189+170=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDAA is #614255. Grayscale: #B1B1B1. Windows color (decimal): -6373974 or 11189662. OLE color: 11189662.
HSL color Cylindrical-coordinate representation of color #9EBDAA: hue angle of 143.23º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBDAA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 170 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.26 |
| HSL | 143.23º | 0.19% | 0.68% | - |
| HSV(B) | 143.23º | 0.16% | 0.74% | - |
| XYZ | 39.55 | 46.57 | 44.93 | - |
| YUV | 177.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 170 | 0.16 | 0 | 0.10 | 0.26 | 143.23 | 0.19 | 0.68 |
| Hex | 9E | BD | AA | 10 | 0 | A | 1A | 8F | 13 | 44 |
| Octal | 236 | 275 | 252 | 20 | 0 | 12 | 32 | 217 | 23 | 104 |
| Binary | 10011110 | 10111101 | 10101010 | 10000 | 0 | 1010 | 11010 | 10001111 | 10011 | 1000100 |
Color Harmonies of #9EBDAA
Complementary color
Monochromatic Colors of #9EBDAA
Black with #9EBDAA
Text Example
Text Example
White with #9EBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDAA; }
p { color: rgb(158,189,170); }
H1.HeaderClassName
{
color: #9EBDAA;
}
.AnyTagClassName
{
color: #9EBDAA;
}
</style>
background-color css
<style>
a { background-color: #9EBDAA; }
a { background-color: rgb(158,189,170); }
div.DivClassName
{
background-color: #9EBDAA;
}
.BgClassName
{
background-color: #9EBDAA;
}
</style>
border-color css
<style>
span { border-color: #9EBDAA; }
span { border-color: rgb(158,189,170); }
td.TdClassName
{
border-color: #9EBDAA;
}
.TagClassName
{
border-color: #9EBDAA;
}
</style>