Shades of Skeptic #9DBFAC
Tints of Skeptic #9DBFAC
RGB
CMYK
RGB Variations
Color information
#9DBFAC (or 0x9DBFAC) is known color: Skeptic. HEX triplet: 9D, BF and AC. RGB value is (157,191,172). Sum of RGB (Red+Green+Blue) = 157+191+172=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBFAC is #624053. Grayscale: #B2B2B2. Windows color (decimal): -6438996 or 11321245. OLE color: 11321245.
HSL color Cylindrical-coordinate representation of color #9DBFAC: hue angle of 146.47º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBFAC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 172 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.25 |
| HSL | 146.47º | 0.21% | 0.68% | - |
| HSV(B) | 146.47º | 0.18% | 0.75% | - |
| XYZ | 39.98 | 47.41 | 46.07 | - |
| YUV | 178.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 172 | 0.18 | 0 | 0.10 | 0.25 | 146.47 | 0.21 | 0.68 |
| Hex | 9D | BF | AC | 12 | 0 | A | 19 | 92 | 15 | 44 |
| Octal | 235 | 277 | 254 | 22 | 0 | 12 | 31 | 222 | 25 | 104 |
| Binary | 10011101 | 10111111 | 10101100 | 10010 | 0 | 1010 | 11001 | 10010010 | 10101 | 1000100 |
Color Harmonies of #9DBFAC
Complementary color
Monochromatic Colors of #9DBFAC
Black with #9DBFAC
Text Example
Text Example
White with #9DBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFAC; }
p { color: rgb(157,191,172); }
H1.HeaderClassName
{
color: #9DBFAC;
}
.AnyTagClassName
{
color: #9DBFAC;
}
</style>
background-color css
<style>
a { background-color: #9DBFAC; }
a { background-color: rgb(157,191,172); }
div.DivClassName
{
background-color: #9DBFAC;
}
.BgClassName
{
background-color: #9DBFAC;
}
</style>
border-color css
<style>
span { border-color: #9DBFAC; }
span { border-color: rgb(157,191,172); }
td.TdClassName
{
border-color: #9DBFAC;
}
.TagClassName
{
border-color: #9DBFAC;
}
</style>