Shades of Skeptic #9DBAAB
Tints of Skeptic #9DBAAB
RGB
CMYK
RGB Variations
Color information
#9DBAAB (or 0x9DBAAB) is known color: Skeptic. HEX triplet: 9D, BA and AB. RGB value is (157,186,171). Sum of RGB (Red+Green+Blue) = 157+186+171=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBAAB is #624554. Grayscale: #AFAFAF. Windows color (decimal): -6440277 or 11254429. OLE color: 11254429.
HSL color Cylindrical-coordinate representation of color #9DBAAB: hue angle of 148.97º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBAAB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 171 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.27 |
| HSL | 148.97º | 0.17% | 0.67% | - |
| HSV(B) | 148.97º | 0.16% | 0.73% | - |
| XYZ | 38.81 | 45.23 | 45.21 | - |
| YUV | 175.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 171 | 0.16 | 0 | 0.08 | 0.27 | 148.97 | 0.17 | 0.67 |
| Hex | 9D | BA | AB | 10 | 0 | 8 | 1B | 95 | 11 | 43 |
| Octal | 235 | 272 | 253 | 20 | 0 | 10 | 33 | 225 | 21 | 103 |
| Binary | 10011101 | 10111010 | 10101011 | 10000 | 0 | 1000 | 11011 | 10010101 | 10001 | 1000011 |
Color Harmonies of #9DBAAB
Complementary color
Monochromatic Colors of #9DBAAB
Black with #9DBAAB
Text Example
Text Example
White with #9DBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAAB; }
p { color: rgb(157,186,171); }
H1.HeaderClassName
{
color: #9DBAAB;
}
.AnyTagClassName
{
color: #9DBAAB;
}
</style>
background-color css
<style>
a { background-color: #9DBAAB; }
a { background-color: rgb(157,186,171); }
div.DivClassName
{
background-color: #9DBAAB;
}
.BgClassName
{
background-color: #9DBAAB;
}
</style>
border-color css
<style>
span { border-color: #9DBAAB; }
span { border-color: rgb(157,186,171); }
td.TdClassName
{
border-color: #9DBAAB;
}
.TagClassName
{
border-color: #9DBAAB;
}
</style>