Shades of Skeptic #96B5A8
Tints of Skeptic #96B5A8
RGB
CMYK
RGB Variations
Color information
#96B5A8 (or 0x96B5A8) is known color: Skeptic. HEX triplet: 96, B5 and A8. RGB value is (150,181,168). Sum of RGB (Red+Green+Blue) = 150+181+168=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #96B5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B5A8 is #694A57. Grayscale: #AAAAAA. Windows color (decimal): -6900312 or 11056534. OLE color: 11056534.
HSL color Cylindrical-coordinate representation of color #96B5A8: hue angle of 154.84º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B5A8 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 150 | 181 | 168 | - |
CMYK | 0.17 | 0 | 0.07 | 0.29 |
HSL | 154.84º | 0.17% | 0.65% | - |
HSV(B) | 154.84º | 0.17% | 0.71% | - |
XYZ | 36.17 | 42.36 | 43.32 | - |
YUV | 170.25 | 126.73 | 113.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 181 | 168 | 0.17 | 0 | 0.07 | 0.29 | 154.84 | 0.17 | 0.65 |
Hex | 96 | B5 | A8 | 11 | 0 | 7 | 1D | 9B | 11 | 41 |
Octal | 226 | 265 | 250 | 21 | 0 | 7 | 35 | 233 | 21 | 101 |
Binary | 10010110 | 10110101 | 10101000 | 10001 | 0 | 111 | 11101 | 10011011 | 10001 | 1000001 |
Color Harmonies of #96B5A8
Complementary color
Monochromatic Colors of #96B5A8
Black with #96B5A8
Text Example
Text Example
White with #96B5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B5A8; }
p { color: rgb(150,181,168); }
H1.HeaderClassName
{
color: #96B5A8;
}
.AnyTagClassName
{
color: #96B5A8;
}
</style>
background-color css
<style>
a { background-color: #96B5A8; }
a { background-color: rgb(150,181,168); }
div.DivClassName
{
background-color: #96B5A8;
}
.BgClassName
{
background-color: #96B5A8;
}
</style>
border-color css
<style>
span { border-color: #96B5A8; }
span { border-color: rgb(150,181,168); }
td.TdClassName
{
border-color: #96B5A8;
}
.TagClassName
{
border-color: #96B5A8;
}
</style>