Shades of Skeptic #9ABCAA
Tints of Skeptic #9ABCAA
RGB
CMYK
RGB Variations
Color information
#9ABCAA (or 0x9ABCAA) is known color: Skeptic. HEX triplet: 9A, BC and AA. RGB value is (154,188,170). Sum of RGB (Red+Green+Blue) = 154+188+170=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABCAA is #654355. Grayscale: #AFAFAF. Windows color (decimal): -6636374 or 11189402. OLE color: 11189402.
HSL color Cylindrical-coordinate representation of color #9ABCAA: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABCAA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 170 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.26 |
| HSL | 148.24º | 0.2% | 0.67% | - |
| HSV(B) | 148.24º | 0.18% | 0.74% | - |
| XYZ | 38.57 | 45.74 | 44.83 | - |
| YUV | 175.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 170 | 0.18 | 0 | 0.10 | 0.26 | 148.24 | 0.2 | 0.67 |
| Hex | 9A | BC | AA | 12 | 0 | A | 1A | 94 | 14 | 43 |
| Octal | 232 | 274 | 252 | 22 | 0 | 12 | 32 | 224 | 24 | 103 |
| Binary | 10011010 | 10111100 | 10101010 | 10010 | 0 | 1010 | 11010 | 10010100 | 10100 | 1000011 |
Color Harmonies of #9ABCAA
Complementary color
Monochromatic Colors of #9ABCAA
Black with #9ABCAA
Text Example
Text Example
White with #9ABCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCAA; }
p { color: rgb(154,188,170); }
H1.HeaderClassName
{
color: #9ABCAA;
}
.AnyTagClassName
{
color: #9ABCAA;
}
</style>
background-color css
<style>
a { background-color: #9ABCAA; }
a { background-color: rgb(154,188,170); }
div.DivClassName
{
background-color: #9ABCAA;
}
.BgClassName
{
background-color: #9ABCAA;
}
</style>
border-color css
<style>
span { border-color: #9ABCAA; }
span { border-color: rgb(154,188,170); }
td.TdClassName
{
border-color: #9ABCAA;
}
.TagClassName
{
border-color: #9ABCAA;
}
</style>