#97B09D

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

Shades of Edward #97B09D

Tints of Edward #97B09D

Color information

#97B09D (or 0x97B09D) is unknown color: approx Edward. HEX triplet: 97, B0 and 9D. RGB value is (151,176,157). Sum of RGB (Red+Green+Blue) = 151+176+157=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #97B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B09D is #684F62. Grayscale: #A6A6A6. Windows color (decimal): -6836067 or 10334359. OLE color: 10334359.

HSL color Cylindrical-coordinate representation of color #97B09D: hue angle of 134.4º degrees, saturation: 0.14, 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 #97B09D is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB151176157-
CMYK0.1400.110.31
HSL134.4º13.66%64.12%-
HSV(B)134.4º14.2%69.02%-
XYZ34.3740.0637.82-
YUV166.36122.72117.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=31.20%
G=36.36%
B=32.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511761570.1400.110.31134.413.6664.12
Hex97B09DE0B1F86e40
Octal227260235160133720616100
Binary100101111011000010011101111001011111111000011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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