Shades of Skeptic #98BBAA
Tints of Skeptic #98BBAA
RGB
CMYK
RGB Variations
Color information
#98BBAA (or 0x98BBAA) is known color: Skeptic. HEX triplet: 98, BB and AA. RGB value is (152,187,170). Sum of RGB (Red+Green+Blue) = 152+187+170=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #98BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BBAA is #674455. Grayscale: #AEAEAE. Windows color (decimal): -6767702 or 11189144. OLE color: 11189144.
HSL color Cylindrical-coordinate representation of color #98BBAA: hue angle of 150.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BBAA is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 187 | 170 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.27 |
| HSL | 150.86º | 0.2% | 0.66% | - |
| HSV(B) | 150.86º | 0.19% | 0.73% | - |
| XYZ | 37.97 | 45.12 | 44.74 | - |
| YUV | 174.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 170 | 0.19 | 0 | 0.09 | 0.27 | 150.86 | 0.2 | 0.66 |
| Hex | 98 | BB | AA | 13 | 0 | 9 | 1B | 97 | 14 | 42 |
| Octal | 230 | 273 | 252 | 23 | 0 | 11 | 33 | 227 | 24 | 102 |
| Binary | 10011000 | 10111011 | 10101010 | 10011 | 0 | 1001 | 11011 | 10010111 | 10100 | 1000010 |
Color Harmonies of #98BBAA
Complementary color
Monochromatic Colors of #98BBAA
Black with #98BBAA
Text Example
Text Example
White with #98BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBAA; }
p { color: rgb(152,187,170); }
H1.HeaderClassName
{
color: #98BBAA;
}
.AnyTagClassName
{
color: #98BBAA;
}
</style>
background-color css
<style>
a { background-color: #98BBAA; }
a { background-color: rgb(152,187,170); }
div.DivClassName
{
background-color: #98BBAA;
}
.BgClassName
{
background-color: #98BBAA;
}
</style>
border-color css
<style>
span { border-color: #98BBAA; }
span { border-color: rgb(152,187,170); }
td.TdClassName
{
border-color: #98BBAA;
}
.TagClassName
{
border-color: #98BBAA;
}
</style>