Shades of Skeptic #98B7A6
Tints of Skeptic #98B7A6
RGB
CMYK
RGB Variations
Color information
#98B7A6 (or 0x98B7A6) is known color: Skeptic. HEX triplet: 98, B7 and A6. RGB value is (152,183,166). Sum of RGB (Red+Green+Blue) = 152+183+166=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #98B7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B7A6 is #674859. Grayscale: #ABABAB. Windows color (decimal): -6768730 or 10925976. OLE color: 10925976.
HSL color Cylindrical-coordinate representation of color #98B7A6: hue angle of 147.1º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98B7A6 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 183 | 166 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.28 |
| HSL | 147.1º | 0.18% | 0.66% | - |
| HSV(B) | 147.1º | 0.17% | 0.72% | - |
| XYZ | 36.77 | 43.3 | 42.5 | - |
| YUV | 171.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 166 | 0.17 | 0 | 0.09 | 0.28 | 147.1 | 0.18 | 0.66 |
| Hex | 98 | B7 | A6 | 11 | 0 | 9 | 1C | 93 | 12 | 42 |
| Octal | 230 | 267 | 246 | 21 | 0 | 11 | 34 | 223 | 22 | 102 |
| Binary | 10011000 | 10110111 | 10100110 | 10001 | 0 | 1001 | 11100 | 10010011 | 10010 | 1000010 |
Color Harmonies of #98B7A6
Complementary color
Monochromatic Colors of #98B7A6
Black with #98B7A6
Text Example
Text Example
White with #98B7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B7A6; }
p { color: rgb(152,183,166); }
H1.HeaderClassName
{
color: #98B7A6;
}
.AnyTagClassName
{
color: #98B7A6;
}
</style>
background-color css
<style>
a { background-color: #98B7A6; }
a { background-color: rgb(152,183,166); }
div.DivClassName
{
background-color: #98B7A6;
}
.BgClassName
{
background-color: #98B7A6;
}
</style>
border-color css
<style>
span { border-color: #98B7A6; }
span { border-color: rgb(152,183,166); }
td.TdClassName
{
border-color: #98B7A6;
}
.TagClassName
{
border-color: #98B7A6;
}
</style>