Shades of Skeptic #98C0AE
Tints of Skeptic #98C0AE
RGB
CMYK
RGB Variations
Color information
#98C0AE (or 0x98C0AE) is known color: Skeptic. HEX triplet: 98, C0 and AE. RGB value is (152,192,174). Sum of RGB (Red+Green+Blue) = 152+192+174=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #98C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C0AE is #673F51. Grayscale: #B2B2B2. Windows color (decimal): -6766418 or 11452568. OLE color: 11452568.
HSL color Cylindrical-coordinate representation of color #98C0AE: hue angle of 153º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98C0AE is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 174 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.25 |
| HSL | 153º | 0.24% | 0.67% | - |
| HSV(B) | 153º | 0.21% | 0.75% | - |
| XYZ | 39.44 | 47.43 | 47.12 | - |
| YUV | 177.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 174 | 0.21 | 0 | 0.09 | 0.25 | 153 | 0.24 | 0.67 |
| Hex | 98 | C0 | AE | 15 | 0 | 9 | 19 | 99 | 18 | 43 |
| Octal | 230 | 300 | 256 | 25 | 0 | 11 | 31 | 231 | 30 | 103 |
| Binary | 10011000 | 11000000 | 10101110 | 10101 | 0 | 1001 | 11001 | 10011001 | 11000 | 1000011 |
Color Harmonies of #98C0AE
Complementary color
Monochromatic Colors of #98C0AE
Black with #98C0AE
Text Example
Text Example
White with #98C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0AE; }
p { color: rgb(152,192,174); }
H1.HeaderClassName
{
color: #98C0AE;
}
.AnyTagClassName
{
color: #98C0AE;
}
</style>
background-color css
<style>
a { background-color: #98C0AE; }
a { background-color: rgb(152,192,174); }
div.DivClassName
{
background-color: #98C0AE;
}
.BgClassName
{
background-color: #98C0AE;
}
</style>
border-color css
<style>
span { border-color: #98C0AE; }
span { border-color: rgb(152,192,174); }
td.TdClassName
{
border-color: #98C0AE;
}
.TagClassName
{
border-color: #98C0AE;
}
</style>