Shades of Skeptic #96B4A8
Tints of Skeptic #96B4A8
RGB
CMYK
RGB Variations
Color information
#96B4A8 (or 0x96B4A8) is known color: Skeptic. HEX triplet: 96, B4 and A8. RGB value is (150,180,168). Sum of RGB (Red+Green+Blue) = 150+180+168=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #96B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B4A8 is #694B57. Grayscale: #A9A9A9. Windows color (decimal): -6900568 or 11056278. OLE color: 11056278.
HSL color Cylindrical-coordinate representation of color #96B4A8: hue angle of 156º 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 #96B4A8 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 180 | 168 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.29 |
| HSL | 156º | 0.17% | 0.65% | - |
| HSV(B) | 156º | 0.17% | 0.71% | - |
| XYZ | 35.97 | 41.95 | 43.25 | - |
| YUV | 169.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 168 | 0.17 | 0 | 0.07 | 0.29 | 156 | 0.17 | 0.65 |
| Hex | 96 | B4 | A8 | 11 | 0 | 7 | 1D | 9C | 11 | 41 |
| Octal | 226 | 264 | 250 | 21 | 0 | 7 | 35 | 234 | 21 | 101 |
| Binary | 10010110 | 10110100 | 10101000 | 10001 | 0 | 111 | 11101 | 10011100 | 10001 | 1000001 |
Color Harmonies of #96B4A8
Complementary color
Monochromatic Colors of #96B4A8
Black with #96B4A8
Text Example
Text Example
White with #96B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B4A8; }
p { color: rgb(150,180,168); }
H1.HeaderClassName
{
color: #96B4A8;
}
.AnyTagClassName
{
color: #96B4A8;
}
</style>
background-color css
<style>
a { background-color: #96B4A8; }
a { background-color: rgb(150,180,168); }
div.DivClassName
{
background-color: #96B4A8;
}
.BgClassName
{
background-color: #96B4A8;
}
</style>
border-color css
<style>
span { border-color: #96B4A8; }
span { border-color: rgb(150,180,168); }
td.TdClassName
{
border-color: #96B4A8;
}
.TagClassName
{
border-color: #96B4A8;
}
</style>