Shades of Skeptic #99B5A8
Tints of Skeptic #99B5A8
RGB
CMYK
RGB Variations
Color information
#99B5A8 (or 0x99B5A8) is known color: Skeptic. HEX triplet: 99, B5 and A8. RGB value is (153,181,168). Sum of RGB (Red+Green+Blue) = 153+181+168=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #99B5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B5A8 is #664A57. Grayscale: #ABABAB. Windows color (decimal): -6703704 or 11056537. OLE color: 11056537.
HSL color Cylindrical-coordinate representation of color #99B5A8: hue angle of 152.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B5A8 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 168 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.29 |
| HSL | 152.14º | 0.16% | 0.65% | - |
| HSV(B) | 152.14º | 0.15% | 0.71% | - |
| XYZ | 36.73 | 42.65 | 43.34 | - |
| YUV | 171.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 168 | 0.15 | 0 | 0.07 | 0.29 | 152.14 | 0.16 | 0.65 |
| Hex | 99 | B5 | A8 | F | 0 | 7 | 1D | 98 | 10 | 41 |
| Octal | 231 | 265 | 250 | 17 | 0 | 7 | 35 | 230 | 20 | 101 |
| Binary | 10011001 | 10110101 | 10101000 | 1111 | 0 | 111 | 11101 | 10011000 | 10000 | 1000001 |
Color Harmonies of #99B5A8
Complementary color
Monochromatic Colors of #99B5A8
Black with #99B5A8
Text Example
Text Example
White with #99B5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B5A8; }
p { color: rgb(153,181,168); }
H1.HeaderClassName
{
color: #99B5A8;
}
.AnyTagClassName
{
color: #99B5A8;
}
</style>
background-color css
<style>
a { background-color: #99B5A8; }
a { background-color: rgb(153,181,168); }
div.DivClassName
{
background-color: #99B5A8;
}
.BgClassName
{
background-color: #99B5A8;
}
</style>
border-color css
<style>
span { border-color: #99B5A8; }
span { border-color: rgb(153,181,168); }
td.TdClassName
{
border-color: #99B5A8;
}
.TagClassName
{
border-color: #99B5A8;
}
</style>