Shades of Skeptic #9ABBAC
Tints of Skeptic #9ABBAC
RGB
CMYK
RGB Variations
Color information
#9ABBAC (or 0x9ABBAC) is known color: Skeptic. HEX triplet: 9A, BB and AC. RGB value is (154,187,172). Sum of RGB (Red+Green+Blue) = 154+187+172=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABBAC is #654453. Grayscale: #AFAFAF. Windows color (decimal): -6636628 or 11320218. OLE color: 11320218.
HSL color Cylindrical-coordinate representation of color #9ABBAC: hue angle of 152.73º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABBAC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 172 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.27 |
| HSL | 152.73º | 0.2% | 0.67% | - |
| HSV(B) | 152.73º | 0.18% | 0.73% | - |
| XYZ | 38.54 | 45.39 | 45.76 | - |
| YUV | 175.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 172 | 0.18 | 0 | 0.08 | 0.27 | 152.73 | 0.2 | 0.67 |
| Hex | 9A | BB | AC | 12 | 0 | 8 | 1B | 99 | 14 | 43 |
| Octal | 232 | 273 | 254 | 22 | 0 | 10 | 33 | 231 | 24 | 103 |
| Binary | 10011010 | 10111011 | 10101100 | 10010 | 0 | 1000 | 11011 | 10011001 | 10100 | 1000011 |
Color Harmonies of #9ABBAC
Complementary color
Monochromatic Colors of #9ABBAC
Black with #9ABBAC
Text Example
Text Example
White with #9ABBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBAC; }
p { color: rgb(154,187,172); }
H1.HeaderClassName
{
color: #9ABBAC;
}
.AnyTagClassName
{
color: #9ABBAC;
}
</style>
background-color css
<style>
a { background-color: #9ABBAC; }
a { background-color: rgb(154,187,172); }
div.DivClassName
{
background-color: #9ABBAC;
}
.BgClassName
{
background-color: #9ABBAC;
}
</style>
border-color css
<style>
span { border-color: #9ABBAC; }
span { border-color: rgb(154,187,172); }
td.TdClassName
{
border-color: #9ABBAC;
}
.TagClassName
{
border-color: #9ABBAC;
}
</style>