#94AD97

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

Shades of Edward #94AD97

Tints of Edward #94AD97

Color information

#94AD97 (or 0x94AD97) is unknown color: approx Edward. HEX triplet: 94, AD and 97. RGB value is (148,173,151). Sum of RGB (Red+Green+Blue) = 148+173+151=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD97 is #6B5268. Grayscale: #A3A3A3. Windows color (decimal): -7033449 or 9940372. OLE color: 9940372.

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

Color convert

RGB148173151-
CMYK0.1400.130.32
HSL127.2º13.23%62.94%-
HSV(B)127.2º14.45%67.84%-
XYZ32.7438.4234.97-
YUV163.02121.22117.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 173 (67.97% from 255) = 36.65%
BLUE value IS 151 (59.38% from 255) = 31.99%
R=31.36%
G=36.65%
B=31.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731510.1400.130.32127.213.2362.94
Hex94AD97E0D207fd3f
Octal22425522716015401771577
Binary10010100101011011001011111100110110000011111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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