Shades of Skeptic #98C1AB
Tints of Skeptic #98C1AB
RGB
CMYK
RGB Variations
Color information
#98C1AB (or 0x98C1AB) is known color: Skeptic. HEX triplet: 98, C1 and AB. RGB value is (152,193,171). Sum of RGB (Red+Green+Blue) = 152+193+171=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #98C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C1AB is #673E54. Grayscale: #B2B2B2. Windows color (decimal): -6766165 or 11256216. OLE color: 11256216.
HSL color Cylindrical-coordinate representation of color #98C1AB: hue angle of 147.8º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98C1AB is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 171 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.24 |
| HSL | 147.8º | 0.25% | 0.68% | - |
| HSV(B) | 147.8º | 0.21% | 0.76% | - |
| XYZ | 39.37 | 47.76 | 45.67 | - |
| YUV | 178.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 171 | 0.21 | 0 | 0.11 | 0.24 | 147.8 | 0.25 | 0.68 |
| Hex | 98 | C1 | AB | 15 | 0 | B | 18 | 94 | 19 | 44 |
| Octal | 230 | 301 | 253 | 25 | 0 | 13 | 30 | 224 | 31 | 104 |
| Binary | 10011000 | 11000001 | 10101011 | 10101 | 0 | 1011 | 11000 | 10010100 | 11001 | 1000100 |
Color Harmonies of #98C1AB
Complementary color
Monochromatic Colors of #98C1AB
Black with #98C1AB
Text Example
Text Example
White with #98C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C1AB; }
p { color: rgb(152,193,171); }
H1.HeaderClassName
{
color: #98C1AB;
}
.AnyTagClassName
{
color: #98C1AB;
}
</style>
background-color css
<style>
a { background-color: #98C1AB; }
a { background-color: rgb(152,193,171); }
div.DivClassName
{
background-color: #98C1AB;
}
.BgClassName
{
background-color: #98C1AB;
}
</style>
border-color css
<style>
span { border-color: #98C1AB; }
span { border-color: rgb(152,193,171); }
td.TdClassName
{
border-color: #98C1AB;
}
.TagClassName
{
border-color: #98C1AB;
}
</style>