Shades of Skeptic #98BAAB
Tints of Skeptic #98BAAB
RGB
CMYK
RGB Variations
Color information
#98BAAB (or 0x98BAAB) is known color: Skeptic. HEX triplet: 98, BA and AB. RGB value is (152,186,171). Sum of RGB (Red+Green+Blue) = 152+186+171=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAAB is #674554. Grayscale: #AEAEAE. Windows color (decimal): -6767957 or 11254424. OLE color: 11254424.
HSL color Cylindrical-coordinate representation of color #98BAAB: hue angle of 153.53º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98BAAB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 171 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.27 |
| HSL | 153.53º | 0.2% | 0.66% | - |
| HSV(B) | 153.53º | 0.18% | 0.73% | - |
| XYZ | 37.86 | 44.73 | 45.17 | - |
| YUV | 174.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 171 | 0.18 | 0 | 0.08 | 0.27 | 153.53 | 0.2 | 0.66 |
| Hex | 98 | BA | AB | 12 | 0 | 8 | 1B | 9A | 14 | 42 |
| Octal | 230 | 272 | 253 | 22 | 0 | 10 | 33 | 232 | 24 | 102 |
| Binary | 10011000 | 10111010 | 10101011 | 10010 | 0 | 1000 | 11011 | 10011010 | 10100 | 1000010 |
Color Harmonies of #98BAAB
Complementary color
Monochromatic Colors of #98BAAB
Black with #98BAAB
Text Example
Text Example
White with #98BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BAAB; }
p { color: rgb(152,186,171); }
H1.HeaderClassName
{
color: #98BAAB;
}
.AnyTagClassName
{
color: #98BAAB;
}
</style>
background-color css
<style>
a { background-color: #98BAAB; }
a { background-color: rgb(152,186,171); }
div.DivClassName
{
background-color: #98BAAB;
}
.BgClassName
{
background-color: #98BAAB;
}
</style>
border-color css
<style>
span { border-color: #98BAAB; }
span { border-color: rgb(152,186,171); }
td.TdClassName
{
border-color: #98BAAB;
}
.TagClassName
{
border-color: #98BAAB;
}
</style>