Shades of Skeptic #9DBCAC
Tints of Skeptic #9DBCAC
RGB
CMYK
RGB Variations
Color information
#9DBCAC (or 0x9DBCAC) is known color: Skeptic. HEX triplet: 9D, BC and AC. RGB value is (157,188,172). Sum of RGB (Red+Green+Blue) = 157+188+172=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBCAC is #624353. Grayscale: #B0B0B0. Windows color (decimal): -6439764 or 11320477. OLE color: 11320477.
HSL color Cylindrical-coordinate representation of color #9DBCAC: hue angle of 149.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBCAC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 172 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.26 |
| HSL | 149.03º | 0.19% | 0.68% | - |
| HSV(B) | 149.03º | 0.16% | 0.74% | - |
| XYZ | 39.33 | 46.11 | 45.86 | - |
| YUV | 176.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 172 | 0.16 | 0 | 0.09 | 0.26 | 149.03 | 0.19 | 0.68 |
| Hex | 9D | BC | AC | 10 | 0 | 9 | 1A | 95 | 13 | 44 |
| Octal | 235 | 274 | 254 | 20 | 0 | 11 | 32 | 225 | 23 | 104 |
| Binary | 10011101 | 10111100 | 10101100 | 10000 | 0 | 1001 | 11010 | 10010101 | 10011 | 1000100 |
Color Harmonies of #9DBCAC
Complementary color
Monochromatic Colors of #9DBCAC
Black with #9DBCAC
Text Example
Text Example
White with #9DBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCAC; }
p { color: rgb(157,188,172); }
H1.HeaderClassName
{
color: #9DBCAC;
}
.AnyTagClassName
{
color: #9DBCAC;
}
</style>
background-color css
<style>
a { background-color: #9DBCAC; }
a { background-color: rgb(157,188,172); }
div.DivClassName
{
background-color: #9DBCAC;
}
.BgClassName
{
background-color: #9DBCAC;
}
</style>
border-color css
<style>
span { border-color: #9DBCAC; }
span { border-color: rgb(157,188,172); }
td.TdClassName
{
border-color: #9DBCAC;
}
.TagClassName
{
border-color: #9DBCAC;
}
</style>