Shades of Skeptic #9EB9A8
Tints of Skeptic #9EB9A8
RGB
CMYK
RGB Variations
Color information
#9EB9A8 (or 0x9EB9A8) is known color: Skeptic. HEX triplet: 9E, B9 and A8. RGB value is (158,185,168). Sum of RGB (Red+Green+Blue) = 158+185+168=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB9A8 is #614657. Grayscale: #AFAFAF. Windows color (decimal): -6375000 or 11057566. OLE color: 11057566.
HSL color Cylindrical-coordinate representation of color #9EB9A8: hue angle of 142.22º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EB9A8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 158 | 185 | 168 | - |
CMYK | 0.15 | 0 | 0.09 | 0.27 |
HSL | 142.22º | 0.16% | 0.67% | - |
HSV(B) | 142.22º | 0.15% | 0.73% | - |
XYZ | 38.52 | 44.79 | 43.66 | - |
YUV | 174.99 | 124.05 | 115.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 185 | 168 | 0.15 | 0 | 0.09 | 0.27 | 142.22 | 0.16 | 0.67 |
Hex | 9E | B9 | A8 | F | 0 | 9 | 1B | 8E | 10 | 43 |
Octal | 236 | 271 | 250 | 17 | 0 | 11 | 33 | 216 | 20 | 103 |
Binary | 10011110 | 10111001 | 10101000 | 1111 | 0 | 1001 | 11011 | 10001110 | 10000 | 1000011 |
Color Harmonies of #9EB9A8
Complementary color
Monochromatic Colors of #9EB9A8
Black with #9EB9A8
Text Example
Text Example
White with #9EB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB9A8; }
p { color: rgb(158,185,168); }
H1.HeaderClassName
{
color: #9EB9A8;
}
.AnyTagClassName
{
color: #9EB9A8;
}
</style>
background-color css
<style>
a { background-color: #9EB9A8; }
a { background-color: rgb(158,185,168); }
div.DivClassName
{
background-color: #9EB9A8;
}
.BgClassName
{
background-color: #9EB9A8;
}
</style>
border-color css
<style>
span { border-color: #9EB9A8; }
span { border-color: rgb(158,185,168); }
td.TdClassName
{
border-color: #9EB9A8;
}
.TagClassName
{
border-color: #9EB9A8;
}
</style>