Shades of Hit Grey #96ABAA
Tints of Hit Grey #96ABAA
RGB
CMYK
RGB Variations
Color information
#96ABAA (or 0x96ABAA) is known color: Hit Grey. HEX triplet: 96, AB and AA. RGB value is (150,171,170). Sum of RGB (Red+Green+Blue) = 150+171+170=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #96ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABAA is #695455. Grayscale: #A4A4A4. Windows color (decimal): -6902870 or 11185046. OLE color: 11185046.
HSL color Cylindrical-coordinate representation of color #96ABAA: hue angle of 177.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96ABAA is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 170 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.33 |
| HSL | 177.14º | 0.11% | 0.63% | - |
| HSV(B) | 177.14º | 0.12% | 0.67% | - |
| XYZ | 34.4 | 38.51 | 43.65 | - |
| YUV | 164.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 170 | 0.12 | 0 | 0.01 | 0.33 | 177.14 | 0.11 | 0.63 |
| Hex | 96 | AB | AA | C | 0 | 1 | 21 | B1 | B | 3F |
| Octal | 226 | 253 | 252 | 14 | 0 | 1 | 41 | 261 | 13 | 77 |
| Binary | 10010110 | 10101011 | 10101010 | 1100 | 0 | 1 | 100001 | 10110001 | 1011 | 111111 |
Color Harmonies of #96ABAA
Complementary color
Monochromatic Colors of #96ABAA
Black with #96ABAA
Text Example
Text Example
White with #96ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ABAA; }
p { color: rgb(150,171,170); }
H1.HeaderClassName
{
color: #96ABAA;
}
.AnyTagClassName
{
color: #96ABAA;
}
</style>
background-color css
<style>
a { background-color: #96ABAA; }
a { background-color: rgb(150,171,170); }
div.DivClassName
{
background-color: #96ABAA;
}
.BgClassName
{
background-color: #96ABAA;
}
</style>
border-color css
<style>
span { border-color: #96ABAA; }
span { border-color: rgb(150,171,170); }
td.TdClassName
{
border-color: #96ABAA;
}
.TagClassName
{
border-color: #96ABAA;
}
</style>