#94AEAC

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

Shades of Hit Grey #94AEAC

Tints of Hit Grey #94AEAC

Color information

#94AEAC (or 0x94AEAC) is unknown color: approx Hit Grey. HEX triplet: 94, AE and AC. RGB value is (148,174,172). Sum of RGB (Red+Green+Blue) = 148+174+172=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #94AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AEAC is #6B5153. Grayscale: #A5A5A5. Windows color (decimal): -7033172 or 11316884. OLE color: 11316884.

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

Color convert

RGB148174172-
CMYK0.1500.010.32
HSL175.38º13.83%63.14%-
HSV(B)175.38º14.94%68.24%-
XYZ34.839.5544.83-
YUV166131.39115.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=29.96%
G=35.22%
B=34.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481741720.1500.010.32175.3813.8363.14
Hex94AEACF0120afe3f
Octal2242562541701402571677
Binary100101001010111010101100111101100000101011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,174,172); }

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

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

 a { background-color: rgb(148,174,172); }

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

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

 span { border-color: rgb(148,174,172); }

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