Html Css Color HEX #96ACAA Hit Grey

📋 copy color: '#96ACAA'

red 150 ◦ green 172 ◦ blue 170

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

Shades of Hit Grey #96ACAA

Tints of Hit Grey #96ACAA

RGB

 RED value IS 150 (58.98% from 255) = 30.49%

 GREEN value IS 172 (67.58% from 255) = 34.96%

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 30.49%
G = 34.96%
B = 34.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#96ACAA (or 0x96ACAA) is known color: Hit Grey. HEX triplet: 96, AC and AA. RGB value is (150,172,170). Sum of RGB (Red+Green+Blue) = 150+172+170=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 172 - color contains mainly: green. Hex color #96ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ACAA is #695355. Grayscale: #A5A5A5. Windows color (decimal): -6902614 or 11185302. OLE color: 11185302.

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

Color convert

RGB 150 172 170 -
CMYK 0.13 0 0.01 0.33
HSL 174.55º 0.12% 0.63% -
HSV(B) 174.55º 0.13% 0.67% -
XYZ 34.59 38.89 43.71 -
YUV 165.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 150 172 170 0.13 0 0.01 0.33 174.55 0.12 0.63
Hex 96 AC AA D 0 1 21 AF C 3F
Octal 226 254 252 15 0 1 41 257 14 77
Binary 10010110 10101100 10101010 1101 0 1 100001 10101111 1100 111111

Color Harmonies of #96ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACAA

Black with #96ACAA

Text Example


Text Example

White with #96ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,170); }

 H1.HeaderClassName
 {
   color: #96ACAA;
 }
 .AnyTagClassName
 {
   color: #96ACAA;
 }
</style>

background-color css

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

 a { background-color: rgb(150,172,170); }

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

border-color css

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

 span { border-color: rgb(150,172,170); }

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