Shades of Skeptic #96B5AC
Tints of Skeptic #96B5AC
RGB
CMYK
RGB Variations
Color information
#96B5AC (or 0x96B5AC) is known color: Skeptic. HEX triplet: 96, B5 and AC. RGB value is (150,181,172). Sum of RGB (Red+Green+Blue) = 150+181+172=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #96B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B5AC is #694A53. Grayscale: #AAAAAA. Windows color (decimal): -6900308 or 11318678. OLE color: 11318678.
HSL color Cylindrical-coordinate representation of color #96B5AC: hue angle of 162.58º 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 #96B5AC is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 150 | 181 | 172 | - |
CMYK | 0.17 | 0 | 0.05 | 0.29 |
HSL | 162.58º | 0.17% | 0.65% | - |
HSV(B) | 162.58º | 0.17% | 0.71% | - |
XYZ | 36.55 | 42.51 | 45.31 | - |
YUV | 170.71 | 128.73 | 113.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 181 | 172 | 0.17 | 0 | 0.05 | 0.29 | 162.58 | 0.17 | 0.65 |
Hex | 96 | B5 | AC | 11 | 0 | 5 | 1D | A3 | 11 | 41 |
Octal | 226 | 265 | 254 | 21 | 0 | 5 | 35 | 243 | 21 | 101 |
Binary | 10010110 | 10110101 | 10101100 | 10001 | 0 | 101 | 11101 | 10100011 | 10001 | 1000001 |
Color Harmonies of #96B5AC
Complementary color
Monochromatic Colors of #96B5AC
Black with #96B5AC
Text Example
Text Example
White with #96B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B5AC; }
p { color: rgb(150,181,172); }
H1.HeaderClassName
{
color: #96B5AC;
}
.AnyTagClassName
{
color: #96B5AC;
}
</style>
background-color css
<style>
a { background-color: #96B5AC; }
a { background-color: rgb(150,181,172); }
div.DivClassName
{
background-color: #96B5AC;
}
.BgClassName
{
background-color: #96B5AC;
}
</style>
border-color css
<style>
span { border-color: #96B5AC; }
span { border-color: rgb(150,181,172); }
td.TdClassName
{
border-color: #96B5AC;
}
.TagClassName
{
border-color: #96B5AC;
}
</style>