Html Css Color HEX #96ADAB Hit Grey

📋 copy color: '#96ADAB'

red 150 ◦ green 173 ◦ blue 171

#96ADAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Grey #96ADAB

Tints of Hit Grey #96ADAB

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 value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#96ADAB (or 0x96ADAB) is known color: 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

RGB 150 173 171 -
CMYK 0.13 0 0.01 0.32
HSL 174.78º 0.12% 0.63% -
HSV(B) 174.78º 0.13% 0.68% -
XYZ 34.87 39.31 44.28 -
YUV 165.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 150 173 171 0.13 0 0.01 0.32 174.78 0.12 0.63
Hex 96 AD AB D 0 1 20 AF C 3F
Octal 226 255 253 15 0 1 40 257 14 77
Binary 10010110 10101101 10101011 1101 0 1 100000 10101111 1100 111111

Color Harmonies of #96ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADAB

Black with #96ADAB

Text Example


Text Example

White with #96ADAB

Text Example


Text Example

HTML Codes & Css Web 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>