#94AB99

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

Shades of Edward #94AB99

Tints of Edward #94AB99

Color information

#94AB99 (or 0x94AB99) is unknown color: approx Edward. HEX triplet: 94, AB and 99. RGB value is (148,171,153). Sum of RGB (Red+Green+Blue) = 148+171+153=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AB99 is #6B5466. Grayscale: #A2A2A2. Windows color (decimal): -7033959 or 10070932. OLE color: 10070932.

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

Color convert

RGB148171153-
CMYK0.1300.110.33
HSL133.04º12.04%62.55%-
HSV(B)133.04º13.45%67.06%-
XYZ32.5337.7235.7-
YUV162.07122.88117.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=31.36%
G=36.23%
B=32.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481711530.1300.110.33133.0412.0462.55
Hex94AB99D0B2185c3f
Octal22425323115013412051477
Binary100101001010101110011001110101011100001100001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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