Shades of Skeptic #98BDAB
Tints of Skeptic #98BDAB
RGB
CMYK
RGB Variations
Color information
#98BDAB (or 0x98BDAB) is known color: Skeptic. HEX triplet: 98, BD and AB. RGB value is (152,189,171). Sum of RGB (Red+Green+Blue) = 152+189+171=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BDAB is #674254. Grayscale: #AFAFAF. Windows color (decimal): -6767189 or 11255192. OLE color: 11255192.
HSL color Cylindrical-coordinate representation of color #98BDAB: hue angle of 150.81º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BDAB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 171 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.26 |
| HSL | 150.81º | 0.22% | 0.67% | - |
| HSV(B) | 150.81º | 0.2% | 0.74% | - |
| XYZ | 38.5 | 46.01 | 45.38 | - |
| YUV | 175.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 171 | 0.20 | 0 | 0.10 | 0.26 | 150.81 | 0.22 | 0.67 |
| Hex | 98 | BD | AB | 14 | 0 | A | 1A | 97 | 16 | 43 |
| Octal | 230 | 275 | 253 | 24 | 0 | 12 | 32 | 227 | 26 | 103 |
| Binary | 10011000 | 10111101 | 10101011 | 10100 | 0 | 1010 | 11010 | 10010111 | 10110 | 1000011 |
Color Harmonies of #98BDAB
Complementary color
Monochromatic Colors of #98BDAB
Black with #98BDAB
Text Example
Text Example
White with #98BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BDAB; }
p { color: rgb(152,189,171); }
H1.HeaderClassName
{
color: #98BDAB;
}
.AnyTagClassName
{
color: #98BDAB;
}
</style>
background-color css
<style>
a { background-color: #98BDAB; }
a { background-color: rgb(152,189,171); }
div.DivClassName
{
background-color: #98BDAB;
}
.BgClassName
{
background-color: #98BDAB;
}
</style>
border-color css
<style>
span { border-color: #98BDAB; }
span { border-color: rgb(152,189,171); }
td.TdClassName
{
border-color: #98BDAB;
}
.TagClassName
{
border-color: #98BDAB;
}
</style>