#94ABAA

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

Shades of Hit Grey #94ABAA

Tints of Hit Grey #94ABAA

Color information

#94ABAA (or 0x94ABAA) is unknown color: approx Hit Grey. HEX triplet: 94, AB and AA. RGB value is (148,171,170). Sum of RGB (Red+Green+Blue) = 148+171+170=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 171 - color contains mainly: green. Hex color #94ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ABAA is #6B5455. Grayscale: #A3A3A3. Windows color (decimal): -7033942 or 11185044. OLE color: 11185044.

HSL color Cylindrical-coordinate representation of color #94ABAA: hue angle of 177.39º 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 #94ABAA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB148171170-
CMYK0.1300.010.33
HSL177.39º12.04%62.55%-
HSV(B)177.39º13.45%67.06%-
XYZ34.0338.3243.63-
YUV164.01131.38116.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=30.27%
G=34.97%
B=34.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481711700.1300.010.33177.3912.0462.55
Hex94ABAAD0121b1c3f
Octal2242532521501412611477
Binary100101001010101110101010110101100001101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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