#96ADAB

Color #96ADAB Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #96ADAB

Tints of Hit Grey #96ADAB

Color information

#96ADAB (or 0x96ADAB) is unknown color: approx Hit Grey. HEX triplet: 96, AD and AB. RGB value is (150,173,171). Sum of RGB (Red+Green+Blue) = 150+173+171=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #96ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ADAB is #695254. Grayscale: #A5A5A5. Windows color (decimal): -6902357 or 11251094. OLE color: 11251094.

HSL color Cylindrical-coordinate representation of color #96ADAB: hue angle of 174.78º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96ADAB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB150173171-
CMYK0.1300.010.32
HSL174.78º12.3%63.33%-
HSV(B)174.78º13.29%67.84%-
XYZ34.8739.3144.28-
YUV165.9130.88116.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=30.36%
G=35.02%
B=34.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501731710.1300.010.32174.7812.363.33
Hex96ADABD0120afc3f
Octal2262552531501402571477
Binary100101101010110110101011110101100000101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96ADAB; }

 p { color: rgb(150,173,171); }

 H1.HeaderClassName
 {
   color: #96ADAB;
 }
 .AnyTagClassName
 {
   color: #96ADAB;
 }
</style>
background-color css

<style>
 a { background-color: #96ADAB; }

 a { background-color: rgb(150,173,171); }

 div.DivClassName
 {
   background-color: #96ADAB;
 }
 .BgClassName
 {
   background-color: #96ADAB;
 }
</style>
border-color css

<style>
 span { border-color: #96ADAB; }

 span { border-color: rgb(150,173,171); }

 td.TdClassName
 {
   border-color: #96ADAB;
 }
 .TagClassName
 {
   border-color: #96ADAB;
 }
</style>