Shades of Skeptic #98BCAA
Tints of Skeptic #98BCAA
RGB
CMYK
RGB Variations
Color information
#98BCAA (or 0x98BCAA) is known color: Skeptic. HEX triplet: 98, BC and AA. RGB value is (152,188,170). Sum of RGB (Red+Green+Blue) = 152+188+170=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCAA is #674355. Grayscale: #AFAFAF. Windows color (decimal): -6767446 or 11189400. OLE color: 11189400.
HSL color Cylindrical-coordinate representation of color #98BCAA: hue angle of 150º 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 #98BCAA is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 170 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.26 |
| HSL | 150º | 0.21% | 0.67% | - |
| HSV(B) | 150º | 0.19% | 0.74% | - |
| XYZ | 38.19 | 45.54 | 44.81 | - |
| YUV | 175.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 170 | 0.19 | 0 | 0.10 | 0.26 | 150 | 0.21 | 0.67 |
| Hex | 98 | BC | AA | 13 | 0 | A | 1A | 96 | 15 | 43 |
| Octal | 230 | 274 | 252 | 23 | 0 | 12 | 32 | 226 | 25 | 103 |
| Binary | 10011000 | 10111100 | 10101010 | 10011 | 0 | 1010 | 11010 | 10010110 | 10101 | 1000011 |
Color Harmonies of #98BCAA
Complementary color
Monochromatic Colors of #98BCAA
Black with #98BCAA
Text Example
Text Example
White with #98BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCAA; }
p { color: rgb(152,188,170); }
H1.HeaderClassName
{
color: #98BCAA;
}
.AnyTagClassName
{
color: #98BCAA;
}
</style>
background-color css
<style>
a { background-color: #98BCAA; }
a { background-color: rgb(152,188,170); }
div.DivClassName
{
background-color: #98BCAA;
}
.BgClassName
{
background-color: #98BCAA;
}
</style>
border-color css
<style>
span { border-color: #98BCAA; }
span { border-color: rgb(152,188,170); }
td.TdClassName
{
border-color: #98BCAA;
}
.TagClassName
{
border-color: #98BCAA;
}
</style>