Shades of Skeptic #98C3AD
Tints of Skeptic #98C3AD
RGB
CMYK
RGB Variations
Color information
#98C3AD (or 0x98C3AD) is known color: Skeptic. HEX triplet: 98, C3 and AD. RGB value is (152,195,173). Sum of RGB (Red+Green+Blue) = 152+195+173=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #98C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C3AD is #673C52. Grayscale: #B3B3B3. Windows color (decimal): -6765651 or 11387800. OLE color: 11387800.
HSL color Cylindrical-coordinate representation of color #98C3AD: hue angle of 149.3º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C3AD is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 173 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.24 |
| HSL | 149.3º | 0.26% | 0.68% | - |
| HSV(B) | 149.3º | 0.22% | 0.76% | - |
| XYZ | 40.01 | 48.72 | 46.83 | - |
| YUV | 179.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 173 | 0.22 | 0 | 0.11 | 0.24 | 149.3 | 0.26 | 0.68 |
| Hex | 98 | C3 | AD | 16 | 0 | B | 18 | 95 | 1A | 44 |
| Octal | 230 | 303 | 255 | 26 | 0 | 13 | 30 | 225 | 32 | 104 |
| Binary | 10011000 | 11000011 | 10101101 | 10110 | 0 | 1011 | 11000 | 10010101 | 11010 | 1000100 |
Color Harmonies of #98C3AD
Complementary color
Monochromatic Colors of #98C3AD
Black with #98C3AD
Text Example
Text Example
White with #98C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C3AD; }
p { color: rgb(152,195,173); }
H1.HeaderClassName
{
color: #98C3AD;
}
.AnyTagClassName
{
color: #98C3AD;
}
</style>
background-color css
<style>
a { background-color: #98C3AD; }
a { background-color: rgb(152,195,173); }
div.DivClassName
{
background-color: #98C3AD;
}
.BgClassName
{
background-color: #98C3AD;
}
</style>
border-color css
<style>
span { border-color: #98C3AD; }
span { border-color: rgb(152,195,173); }
td.TdClassName
{
border-color: #98C3AD;
}
.TagClassName
{
border-color: #98C3AD;
}
</style>