Shades of Skeptic #98BCAB
Tints of Skeptic #98BCAB
RGB
CMYK
RGB Variations
Color information
#98BCAB (or 0x98BCAB) is known color: Skeptic. HEX triplet: 98, BC and AB. RGB value is (152,188,171). Sum of RGB (Red+Green+Blue) = 152+188+171=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCAB is #674354. Grayscale: #AFAFAF. Windows color (decimal): -6767445 or 11254936. OLE color: 11254936.
HSL color Cylindrical-coordinate representation of color #98BCAB: hue angle of 151.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BCAB is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 171 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.26 |
| HSL | 151.67º | 0.21% | 0.67% | - |
| HSV(B) | 151.67º | 0.19% | 0.74% | - |
| XYZ | 38.28 | 45.58 | 45.31 | - |
| YUV | 175.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 171 | 0.19 | 0 | 0.09 | 0.26 | 151.67 | 0.21 | 0.67 |
| Hex | 98 | BC | AB | 13 | 0 | 9 | 1A | 98 | 15 | 43 |
| Octal | 230 | 274 | 253 | 23 | 0 | 11 | 32 | 230 | 25 | 103 |
| Binary | 10011000 | 10111100 | 10101011 | 10011 | 0 | 1001 | 11010 | 10011000 | 10101 | 1000011 |
Color Harmonies of #98BCAB
Complementary color
Monochromatic Colors of #98BCAB
Black with #98BCAB
Text Example
Text Example
White with #98BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCAB; }
p { color: rgb(152,188,171); }
H1.HeaderClassName
{
color: #98BCAB;
}
.AnyTagClassName
{
color: #98BCAB;
}
</style>
background-color css
<style>
a { background-color: #98BCAB; }
a { background-color: rgb(152,188,171); }
div.DivClassName
{
background-color: #98BCAB;
}
.BgClassName
{
background-color: #98BCAB;
}
</style>
border-color css
<style>
span { border-color: #98BCAB; }
span { border-color: rgb(152,188,171); }
td.TdClassName
{
border-color: #98BCAB;
}
.TagClassName
{
border-color: #98BCAB;
}
</style>