#97AE99

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

Shades of Edward #97AE99

Tints of Edward #97AE99

Color information

#97AE99 (or 0x97AE99) is unknown color: approx Edward. HEX triplet: 97, AE and 99. RGB value is (151,174,153). Sum of RGB (Red+Green+Blue) = 151+174+153=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AE99 is #685166. Grayscale: #A4A4A4. Windows color (decimal): -6836583 or 10071703. OLE color: 10071703.

HSL color Cylindrical-coordinate representation of color #97AE99: hue angle of 125.22º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97AE99 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB151174153-
CMYK0.1300.120.32
HSL125.22º12.43%63.73%-
HSV(B)125.22º13.22%68.24%-
XYZ33.6539.1535.92-
YUV164.73121.38118.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.59%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=31.59%
G=36.40%
B=32.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511741530.1300.120.32125.2212.4363.73
Hex97AE99D0C207dc40
Octal227256231150144017514100
Binary100101111010111010011001110101100100000111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AE99; }

 p { color: rgb(151,174,153); }

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

<style>
 a { background-color: #97AE99; }

 a { background-color: rgb(151,174,153); }

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

<style>
 span { border-color: #97AE99; }

 span { border-color: rgb(151,174,153); }

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