Shades of Skeptic #9FBDAA
Tints of Skeptic #9FBDAA
RGB
CMYK
RGB Variations
Color information
#9FBDAA (or 0x9FBDAA) is known color: Skeptic. HEX triplet: 9F, BD and AA. RGB value is (159,189,170). Sum of RGB (Red+Green+Blue) = 159+189+170=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBDAA is #604255. Grayscale: #B1B1B1. Windows color (decimal): -6308438 or 11189663. OLE color: 11189663.
HSL color Cylindrical-coordinate representation of color #9FBDAA: hue angle of 142º 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 #9FBDAA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 170 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.26 |
| HSL | 142º | 0.19% | 0.68% | - |
| HSV(B) | 142º | 0.16% | 0.74% | - |
| XYZ | 39.75 | 46.67 | 44.94 | - |
| YUV | 177.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 170 | 0.16 | 0 | 0.10 | 0.26 | 142 | 0.19 | 0.68 |
| Hex | 9F | BD | AA | 10 | 0 | A | 1A | 8E | 13 | 44 |
| Octal | 237 | 275 | 252 | 20 | 0 | 12 | 32 | 216 | 23 | 104 |
| Binary | 10011111 | 10111101 | 10101010 | 10000 | 0 | 1010 | 11010 | 10001110 | 10011 | 1000100 |
Color Harmonies of #9FBDAA
Complementary color
Monochromatic Colors of #9FBDAA
Black with #9FBDAA
Text Example
Text Example
White with #9FBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDAA; }
p { color: rgb(159,189,170); }
H1.HeaderClassName
{
color: #9FBDAA;
}
.AnyTagClassName
{
color: #9FBDAA;
}
</style>
background-color css
<style>
a { background-color: #9FBDAA; }
a { background-color: rgb(159,189,170); }
div.DivClassName
{
background-color: #9FBDAA;
}
.BgClassName
{
background-color: #9FBDAA;
}
</style>
border-color css
<style>
span { border-color: #9FBDAA; }
span { border-color: rgb(159,189,170); }
td.TdClassName
{
border-color: #9FBDAA;
}
.TagClassName
{
border-color: #9FBDAA;
}
</style>