Html Css Color HEX #94ADAA Hit Grey

📋 copy color: '#94ADAA'

red 148 ◦ green 173 ◦ blue 170

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

Shades of Hit Grey #94ADAA

Tints of Hit Grey #94ADAA

RGB

 RED value IS 148 (58.2% from 255) = 30.14%

 GREEN value IS 173 (67.97% from 255) = 35.23%

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

R = 30.14%
G = 35.23%
B = 34.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#94ADAA (or 0x94ADAA) is known color: Hit Grey. HEX triplet: 94, AD and AA. RGB value is (148,173,170). Sum of RGB (Red+Green+Blue) = 148+173+170=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #94ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADAA is #6B5255. Grayscale: #A5A5A5. Windows color (decimal): -7033430 or 11185556. OLE color: 11185556.

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

Color convert

RGB 148 173 170 -
CMYK 0.14 0 0.02 0.32
HSL 172.8º 0.13% 0.63% -
HSV(B) 172.8º 0.14% 0.68% -
XYZ 34.41 39.09 43.76 -
YUV 165.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 148 173 170 0.14 0 0.02 0.32 172.8 0.13 0.63
Hex 94 AD AA E 0 2 20 AD D 3F
Octal 224 255 252 16 0 2 40 255 15 77
Binary 10010100 10101101 10101010 1110 0 10 100000 10101101 1101 111111

Color Harmonies of #94ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADAA

Black with #94ADAA

Text Example


Text Example

White with #94ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94ADAA; }

 p { color: rgb(148,173,170); }

 H1.HeaderClassName
 {
   color: #94ADAA;
 }
 .AnyTagClassName
 {
   color: #94ADAA;
 }
</style>

background-color css

<style>
 a { background-color: #94ADAA; }

 a { background-color: rgb(148,173,170); }

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

border-color css

<style>
 span { border-color: #94ADAA; }

 span { border-color: rgb(148,173,170); }

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