Shades of Skeptic #9FC0AF
Tints of Skeptic #9FC0AF
RGB
CMYK
RGB Variations
Color information
#9FC0AF (or 0x9FC0AF) is known color: Skeptic. HEX triplet: 9F, C0 and AF. RGB value is (159,192,175). Sum of RGB (Red+Green+Blue) = 159+192+175=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC0AF is #603F50. Grayscale: #B4B4B4. Windows color (decimal): -6307665 or 11518111. OLE color: 11518111.
HSL color Cylindrical-coordinate representation of color #9FC0AF: hue angle of 149.09º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FC0AF is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 175 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.25 |
| HSL | 149.09º | 0.21% | 0.69% | - |
| HSV(B) | 149.09º | 0.17% | 0.75% | - |
| XYZ | 40.89 | 48.17 | 47.7 | - |
| YUV | 180.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 175 | 0.17 | 0 | 0.09 | 0.25 | 149.09 | 0.21 | 0.69 |
| Hex | 9F | C0 | AF | 11 | 0 | 9 | 19 | 95 | 15 | 45 |
| Octal | 237 | 300 | 257 | 21 | 0 | 11 | 31 | 225 | 25 | 105 |
| Binary | 10011111 | 11000000 | 10101111 | 10001 | 0 | 1001 | 11001 | 10010101 | 10101 | 1000101 |
Color Harmonies of #9FC0AF
Complementary color
Monochromatic Colors of #9FC0AF
Black with #9FC0AF
Text Example
Text Example
White with #9FC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC0AF; }
p { color: rgb(159,192,175); }
H1.HeaderClassName
{
color: #9FC0AF;
}
.AnyTagClassName
{
color: #9FC0AF;
}
</style>
background-color css
<style>
a { background-color: #9FC0AF; }
a { background-color: rgb(159,192,175); }
div.DivClassName
{
background-color: #9FC0AF;
}
.BgClassName
{
background-color: #9FC0AF;
}
</style>
border-color css
<style>
span { border-color: #9FC0AF; }
span { border-color: rgb(159,192,175); }
td.TdClassName
{
border-color: #9FC0AF;
}
.TagClassName
{
border-color: #9FC0AF;
}
</style>