Shades of Skeptic #9AB8AD
Tints of Skeptic #9AB8AD
RGB
CMYK
RGB Variations
Color information
#9AB8AD (or 0x9AB8AD) is known color: Skeptic. HEX triplet: 9A, B8 and AD. RGB value is (154,184,173). Sum of RGB (Red+Green+Blue) = 154+184+173=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB8AD is #654752. Grayscale: #ADADAD. Windows color (decimal): -6637395 or 11384986. OLE color: 11384986.
HSL color Cylindrical-coordinate representation of color #9AB8AD: hue angle of 158º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AB8AD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 173 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.28 |
| HSL | 158º | 0.17% | 0.66% | - |
| HSV(B) | 158º | 0.16% | 0.72% | - |
| XYZ | 38.01 | 44.17 | 46.06 | - |
| YUV | 173.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 173 | 0.16 | 0 | 0.06 | 0.28 | 158 | 0.17 | 0.66 |
| Hex | 9A | B8 | AD | 10 | 0 | 6 | 1C | 9E | 11 | 42 |
| Octal | 232 | 270 | 255 | 20 | 0 | 6 | 34 | 236 | 21 | 102 |
| Binary | 10011010 | 10111000 | 10101101 | 10000 | 0 | 110 | 11100 | 10011110 | 10001 | 1000010 |
Color Harmonies of #9AB8AD
Complementary color
Monochromatic Colors of #9AB8AD
Black with #9AB8AD
Text Example
Text Example
White with #9AB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8AD; }
p { color: rgb(154,184,173); }
H1.HeaderClassName
{
color: #9AB8AD;
}
.AnyTagClassName
{
color: #9AB8AD;
}
</style>
background-color css
<style>
a { background-color: #9AB8AD; }
a { background-color: rgb(154,184,173); }
div.DivClassName
{
background-color: #9AB8AD;
}
.BgClassName
{
background-color: #9AB8AD;
}
</style>
border-color css
<style>
span { border-color: #9AB8AD; }
span { border-color: rgb(154,184,173); }
td.TdClassName
{
border-color: #9AB8AD;
}
.TagClassName
{
border-color: #9AB8AD;
}
</style>