Shades of Skeptic #9DB6AC
Tints of Skeptic #9DB6AC
RGB
CMYK
RGB Variations
Color information
#9DB6AC (or 0x9DB6AC) is known color: Skeptic. HEX triplet: 9D, B6 and AC. RGB value is (157,182,172). Sum of RGB (Red+Green+Blue) = 157+182+172=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6AC is #624953. Grayscale: #ADADAD. Windows color (decimal): -6441300 or 11318941. OLE color: 11318941.
HSL color Cylindrical-coordinate representation of color #9DB6AC: hue angle of 156º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB6AC is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 172 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.29 |
| HSL | 156º | 0.15% | 0.66% | - |
| HSV(B) | 156º | 0.14% | 0.71% | - |
| XYZ | 38.08 | 43.6 | 45.44 | - |
| YUV | 173.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 172 | 0.14 | 0 | 0.05 | 0.29 | 156 | 0.15 | 0.66 |
| Hex | 9D | B6 | AC | E | 0 | 5 | 1D | 9C | F | 42 |
| Octal | 235 | 266 | 254 | 16 | 0 | 5 | 35 | 234 | 17 | 102 |
| Binary | 10011101 | 10110110 | 10101100 | 1110 | 0 | 101 | 11101 | 10011100 | 1111 | 1000010 |
Color Harmonies of #9DB6AC
Complementary color
Monochromatic Colors of #9DB6AC
Black with #9DB6AC
Text Example
Text Example
White with #9DB6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB6AC; }
p { color: rgb(157,182,172); }
H1.HeaderClassName
{
color: #9DB6AC;
}
.AnyTagClassName
{
color: #9DB6AC;
}
</style>
background-color css
<style>
a { background-color: #9DB6AC; }
a { background-color: rgb(157,182,172); }
div.DivClassName
{
background-color: #9DB6AC;
}
.BgClassName
{
background-color: #9DB6AC;
}
</style>
border-color css
<style>
span { border-color: #9DB6AC; }
span { border-color: rgb(157,182,172); }
td.TdClassName
{
border-color: #9DB6AC;
}
.TagClassName
{
border-color: #9DB6AC;
}
</style>