Shades of Skeptic #9FBCAC
Tints of Skeptic #9FBCAC
RGB
CMYK
RGB Variations
Color information
#9FBCAC (or 0x9FBCAC) is known color: Skeptic. HEX triplet: 9F, BC and AC. RGB value is (159,188,172). Sum of RGB (Red+Green+Blue) = 159+188+172=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCAC is #604353. Grayscale: #B1B1B1. Windows color (decimal): -6308692 or 11320479. OLE color: 11320479.
HSL color Cylindrical-coordinate representation of color #9FBCAC: hue angle of 146.9º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCAC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 172 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.26 |
| HSL | 146.9º | 0.18% | 0.68% | - |
| HSV(B) | 146.9º | 0.15% | 0.74% | - |
| XYZ | 39.73 | 46.32 | 45.88 | - |
| YUV | 177.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 172 | 0.15 | 0 | 0.09 | 0.26 | 146.9 | 0.18 | 0.68 |
| Hex | 9F | BC | AC | F | 0 | 9 | 1A | 93 | 12 | 44 |
| Octal | 237 | 274 | 254 | 17 | 0 | 11 | 32 | 223 | 22 | 104 |
| Binary | 10011111 | 10111100 | 10101100 | 1111 | 0 | 1001 | 11010 | 10010011 | 10010 | 1000100 |
Color Harmonies of #9FBCAC
Complementary color
Monochromatic Colors of #9FBCAC
Black with #9FBCAC
Text Example
Text Example
White with #9FBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCAC; }
p { color: rgb(159,188,172); }
H1.HeaderClassName
{
color: #9FBCAC;
}
.AnyTagClassName
{
color: #9FBCAC;
}
</style>
background-color css
<style>
a { background-color: #9FBCAC; }
a { background-color: rgb(159,188,172); }
div.DivClassName
{
background-color: #9FBCAC;
}
.BgClassName
{
background-color: #9FBCAC;
}
</style>
border-color css
<style>
span { border-color: #9FBCAC; }
span { border-color: rgb(159,188,172); }
td.TdClassName
{
border-color: #9FBCAC;
}
.TagClassName
{
border-color: #9FBCAC;
}
</style>