Shades of Skeptic #9ABBA7
Tints of Skeptic #9ABBA7
RGB
CMYK
RGB Variations
Color information
#9ABBA7 (or 0x9ABBA7) is known color: Skeptic. HEX triplet: 9A, BB and A7. RGB value is (154,187,167). Sum of RGB (Red+Green+Blue) = 154+187+167=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABBA7 is #654458. Grayscale: #AEAEAE. Windows color (decimal): -6636633 or 10992538. OLE color: 10992538.
HSL color Cylindrical-coordinate representation of color #9ABBA7: hue angle of 143.64º 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 #9ABBA7 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 167 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.27 |
| HSL | 143.64º | 0.2% | 0.67% | - |
| HSV(B) | 143.64º | 0.18% | 0.73% | - |
| XYZ | 38.07 | 45.2 | 43.28 | - |
| YUV | 174.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 167 | 0.18 | 0 | 0.11 | 0.27 | 143.64 | 0.2 | 0.67 |
| Hex | 9A | BB | A7 | 12 | 0 | B | 1B | 90 | 14 | 43 |
| Octal | 232 | 273 | 247 | 22 | 0 | 13 | 33 | 220 | 24 | 103 |
| Binary | 10011010 | 10111011 | 10100111 | 10010 | 0 | 1011 | 11011 | 10010000 | 10100 | 1000011 |
Color Harmonies of #9ABBA7
Complementary color
Monochromatic Colors of #9ABBA7
Black with #9ABBA7
Text Example
Text Example
White with #9ABBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBA7; }
p { color: rgb(154,187,167); }
H1.HeaderClassName
{
color: #9ABBA7;
}
.AnyTagClassName
{
color: #9ABBA7;
}
</style>
background-color css
<style>
a { background-color: #9ABBA7; }
a { background-color: rgb(154,187,167); }
div.DivClassName
{
background-color: #9ABBA7;
}
.BgClassName
{
background-color: #9ABBA7;
}
</style>
border-color css
<style>
span { border-color: #9ABBA7; }
span { border-color: rgb(154,187,167); }
td.TdClassName
{
border-color: #9ABBA7;
}
.TagClassName
{
border-color: #9ABBA7;
}
</style>