Shades of Skeptic #98C1AA
Tints of Skeptic #98C1AA
RGB
CMYK
RGB Variations
Color information
#98C1AA (or 0x98C1AA) is known color: Skeptic. HEX triplet: 98, C1 and AA. RGB value is (152,193,170). Sum of RGB (Red+Green+Blue) = 152+193+170=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #98C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C1AA is #673E55. Grayscale: #B2B2B2. Windows color (decimal): -6766166 or 11190680. OLE color: 11190680.
HSL color Cylindrical-coordinate representation of color #98C1AA: hue angle of 146.34º 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 #98C1AA is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 170 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.24 |
| HSL | 146.34º | 0.25% | 0.68% | - |
| HSV(B) | 146.34º | 0.21% | 0.76% | - |
| XYZ | 39.27 | 47.72 | 45.17 | - |
| YUV | 178.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 170 | 0.21 | 0 | 0.12 | 0.24 | 146.34 | 0.25 | 0.68 |
| Hex | 98 | C1 | AA | 15 | 0 | C | 18 | 92 | 19 | 44 |
| Octal | 230 | 301 | 252 | 25 | 0 | 14 | 30 | 222 | 31 | 104 |
| Binary | 10011000 | 11000001 | 10101010 | 10101 | 0 | 1100 | 11000 | 10010010 | 11001 | 1000100 |
Color Harmonies of #98C1AA
Complementary color
Monochromatic Colors of #98C1AA
Black with #98C1AA
Text Example
Text Example
White with #98C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C1AA; }
p { color: rgb(152,193,170); }
H1.HeaderClassName
{
color: #98C1AA;
}
.AnyTagClassName
{
color: #98C1AA;
}
</style>
background-color css
<style>
a { background-color: #98C1AA; }
a { background-color: rgb(152,193,170); }
div.DivClassName
{
background-color: #98C1AA;
}
.BgClassName
{
background-color: #98C1AA;
}
</style>
border-color css
<style>
span { border-color: #98C1AA; }
span { border-color: rgb(152,193,170); }
td.TdClassName
{
border-color: #98C1AA;
}
.TagClassName
{
border-color: #98C1AA;
}
</style>