Shades of Skeptic #9DBBAB
Tints of Skeptic #9DBBAB
RGB
CMYK
RGB Variations
Color information
#9DBBAB (or 0x9DBBAB) is known color: Skeptic. HEX triplet: 9D, BB and AB. RGB value is (157,187,171). Sum of RGB (Red+Green+Blue) = 157+187+171=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBAB is #624454. Grayscale: #B0B0B0. Windows color (decimal): -6440021 or 11254685. OLE color: 11254685.
HSL color Cylindrical-coordinate representation of color #9DBBAB: hue angle of 148º degrees, saturation: 0.18, 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 #9DBBAB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 171 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.27 |
| HSL | 148º | 0.18% | 0.67% | - |
| HSV(B) | 148º | 0.16% | 0.73% | - |
| XYZ | 39.03 | 45.65 | 45.28 | - |
| YUV | 176.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 171 | 0.16 | 0 | 0.09 | 0.27 | 148 | 0.18 | 0.67 |
| Hex | 9D | BB | AB | 10 | 0 | 9 | 1B | 94 | 12 | 43 |
| Octal | 235 | 273 | 253 | 20 | 0 | 11 | 33 | 224 | 22 | 103 |
| Binary | 10011101 | 10111011 | 10101011 | 10000 | 0 | 1001 | 11011 | 10010100 | 10010 | 1000011 |
Color Harmonies of #9DBBAB
Complementary color
Monochromatic Colors of #9DBBAB
Black with #9DBBAB
Text Example
Text Example
White with #9DBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBAB; }
p { color: rgb(157,187,171); }
H1.HeaderClassName
{
color: #9DBBAB;
}
.AnyTagClassName
{
color: #9DBBAB;
}
</style>
background-color css
<style>
a { background-color: #9DBBAB; }
a { background-color: rgb(157,187,171); }
div.DivClassName
{
background-color: #9DBBAB;
}
.BgClassName
{
background-color: #9DBBAB;
}
</style>
border-color css
<style>
span { border-color: #9DBBAB; }
span { border-color: rgb(157,187,171); }
td.TdClassName
{
border-color: #9DBBAB;
}
.TagClassName
{
border-color: #9DBBAB;
}
</style>