#94AA98

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

Shades of Edward #94AA98

Tints of Edward #94AA98

Color information

#94AA98 (or 0x94AA98) is unknown color: approx Edward. HEX triplet: 94, AA and 98. RGB value is (148,170,152). Sum of RGB (Red+Green+Blue) = 148+170+152=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA98 is #6B5567. Grayscale: #A1A1A1. Windows color (decimal): -7034216 or 10005140. OLE color: 10005140.

HSL color Cylindrical-coordinate representation of color #94AA98: hue angle of 130.91º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AA98 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB148170152-
CMYK0.1300.110.33
HSL130.91º11.46%62.35%-
HSV(B)130.91º12.94%66.67%-
XYZ32.2537.3135.21-
YUV161.37122.71118.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 152 (59.77% from 255) = 32.34%
R=31.49%
G=36.17%
B=32.34%

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
Decimal1481701520.1300.110.33130.9111.4662.35
Hex94AA98D0B2183b3e
Octal22425223015013412031376
Binary100101001010101010011000110101011100001100000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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