Shades of Skeptic #96B2A8
Tints of Skeptic #96B2A8
RGB
CMYK
RGB Variations
Color information
#96B2A8 (or 0x96B2A8) is known color: Skeptic. HEX triplet: 96, B2 and A8. RGB value is (150,178,168). Sum of RGB (Red+Green+Blue) = 150+178+168=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #96B2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B2A8 is #694D57. Grayscale: #A8A8A8. Windows color (decimal): -6901080 or 11055766. OLE color: 11055766.
HSL color Cylindrical-coordinate representation of color #96B2A8: hue angle of 158.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B2A8 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 178 | 168 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.30 |
| HSL | 158.57º | 0.15% | 0.64% | - |
| HSV(B) | 158.57º | 0.16% | 0.7% | - |
| XYZ | 35.57 | 41.15 | 43.11 | - |
| YUV | 168.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 168 | 0.16 | 0 | 0.06 | 0.30 | 158.57 | 0.15 | 0.64 |
| Hex | 96 | B2 | A8 | 10 | 0 | 6 | 1E | 9F | F | 40 |
| Octal | 226 | 262 | 250 | 20 | 0 | 6 | 36 | 237 | 17 | 100 |
| Binary | 10010110 | 10110010 | 10101000 | 10000 | 0 | 110 | 11110 | 10011111 | 1111 | 1000000 |
Color Harmonies of #96B2A8
Complementary color
Monochromatic Colors of #96B2A8
Black with #96B2A8
Text Example
Text Example
White with #96B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B2A8; }
p { color: rgb(150,178,168); }
H1.HeaderClassName
{
color: #96B2A8;
}
.AnyTagClassName
{
color: #96B2A8;
}
</style>
background-color css
<style>
a { background-color: #96B2A8; }
a { background-color: rgb(150,178,168); }
div.DivClassName
{
background-color: #96B2A8;
}
.BgClassName
{
background-color: #96B2A8;
}
</style>
border-color css
<style>
span { border-color: #96B2A8; }
span { border-color: rgb(150,178,168); }
td.TdClassName
{
border-color: #96B2A8;
}
.TagClassName
{
border-color: #96B2A8;
}
</style>