Shades of Skeptic #98BCAC
Tints of Skeptic #98BCAC
RGB
CMYK
RGB Variations
Color information
#98BCAC (or 0x98BCAC) is known color: Skeptic. HEX triplet: 98, BC and AC. RGB value is (152,188,172). Sum of RGB (Red+Green+Blue) = 152+188+172=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCAC is #674353. Grayscale: #AFAFAF. Windows color (decimal): -6767444 or 11320472. OLE color: 11320472.
HSL color Cylindrical-coordinate representation of color #98BCAC: hue angle of 153.33º 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 #98BCAC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 172 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.26 |
| HSL | 153.33º | 0.21% | 0.67% | - |
| HSV(B) | 153.33º | 0.19% | 0.74% | - |
| XYZ | 38.38 | 45.62 | 45.81 | - |
| YUV | 175.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 172 | 0.19 | 0 | 0.09 | 0.26 | 153.33 | 0.21 | 0.67 |
| Hex | 98 | BC | AC | 13 | 0 | 9 | 1A | 99 | 15 | 43 |
| Octal | 230 | 274 | 254 | 23 | 0 | 11 | 32 | 231 | 25 | 103 |
| Binary | 10011000 | 10111100 | 10101100 | 10011 | 0 | 1001 | 11010 | 10011001 | 10101 | 1000011 |
Color Harmonies of #98BCAC
Complementary color
Monochromatic Colors of #98BCAC
Black with #98BCAC
Text Example
Text Example
White with #98BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCAC; }
p { color: rgb(152,188,172); }
H1.HeaderClassName
{
color: #98BCAC;
}
.AnyTagClassName
{
color: #98BCAC;
}
</style>
background-color css
<style>
a { background-color: #98BCAC; }
a { background-color: rgb(152,188,172); }
div.DivClassName
{
background-color: #98BCAC;
}
.BgClassName
{
background-color: #98BCAC;
}
</style>
border-color css
<style>
span { border-color: #98BCAC; }
span { border-color: rgb(152,188,172); }
td.TdClassName
{
border-color: #98BCAC;
}
.TagClassName
{
border-color: #98BCAC;
}
</style>