Shades of Skeptic #98BFAB
Tints of Skeptic #98BFAB
RGB
CMYK
RGB Variations
Color information
#98BFAB (or 0x98BFAB) is known color: Skeptic. HEX triplet: 98, BF and AB. RGB value is (152,191,171). Sum of RGB (Red+Green+Blue) = 152+191+171=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #98BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BFAB is #674054. Grayscale: #B1B1B1. Windows color (decimal): -6766677 or 11255704. OLE color: 11255704.
HSL color Cylindrical-coordinate representation of color #98BFAB: hue angle of 149.23º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BFAB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 171 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.25 |
| HSL | 149.23º | 0.23% | 0.67% | - |
| HSV(B) | 149.23º | 0.2% | 0.75% | - |
| XYZ | 38.93 | 46.88 | 45.52 | - |
| YUV | 177.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 171 | 0.20 | 0 | 0.10 | 0.25 | 149.23 | 0.23 | 0.67 |
| Hex | 98 | BF | AB | 14 | 0 | A | 19 | 95 | 17 | 43 |
| Octal | 230 | 277 | 253 | 24 | 0 | 12 | 31 | 225 | 27 | 103 |
| Binary | 10011000 | 10111111 | 10101011 | 10100 | 0 | 1010 | 11001 | 10010101 | 10111 | 1000011 |
Color Harmonies of #98BFAB
Complementary color
Monochromatic Colors of #98BFAB
Black with #98BFAB
Text Example
Text Example
White with #98BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BFAB; }
p { color: rgb(152,191,171); }
H1.HeaderClassName
{
color: #98BFAB;
}
.AnyTagClassName
{
color: #98BFAB;
}
</style>
background-color css
<style>
a { background-color: #98BFAB; }
a { background-color: rgb(152,191,171); }
div.DivClassName
{
background-color: #98BFAB;
}
.BgClassName
{
background-color: #98BFAB;
}
</style>
border-color css
<style>
span { border-color: #98BFAB; }
span { border-color: rgb(152,191,171); }
td.TdClassName
{
border-color: #98BFAB;
}
.TagClassName
{
border-color: #98BFAB;
}
</style>