#97AF9D

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

Shades of Edward #97AF9D

Tints of Edward #97AF9D

Color information

#97AF9D (or 0x97AF9D) is unknown color: approx Edward. HEX triplet: 97, AF and 9D. RGB value is (151,175,157). Sum of RGB (Red+Green+Blue) = 151+175+157=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AF9D is #685062. Grayscale: #A5A5A5. Windows color (decimal): -6836323 or 10334103. OLE color: 10334103.

HSL color Cylindrical-coordinate representation of color #97AF9D: hue angle of 135º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97AF9D is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB151175157-
CMYK0.1400.100.31
HSL135º13.04%63.92%-
HSV(B)135º13.71%68.63%-
XYZ34.1839.6737.75-
YUV165.77123.05117.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=31.26%
G=36.23%
B=32.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751570.1400.100.3113513.0463.92
Hex97AF9DE0A1F87d40
Octal227257235160123720715100
Binary100101111010111110011101111001010111111000011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,175,157); }

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

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

 a { background-color: rgb(151,175,157); }

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

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

 span { border-color: rgb(151,175,157); }

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