#91AA99

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

Shades of Edward #91AA99

Tints of Edward #91AA99

Color information

#91AA99 (or 0x91AA99) is unknown color: approx Edward. HEX triplet: 91, AA and 99. RGB value is (145,170,153). Sum of RGB (Red+Green+Blue) = 145+170+153=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AA99 is #6E5566. Grayscale: #A0A0A0. Windows color (decimal): -7230823 or 10070673. OLE color: 10070673.

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

Color convert

RGB145170153-
CMYK0.1500.10.33
HSL139.2º12.82%61.76%-
HSV(B)139.2º14.71%66.67%-
XYZ31.837.0735.62-
YUV160.59123.72116.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=30.98%
G=36.32%
B=32.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451701530.1500.10.33139.212.8261.76
Hex91AA99F0A218bd3e
Octal22125223117012412131576
Binary100100011010101010011001111101010100001100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91AA99; }

 p { color: rgb(145,170,153); }

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

<style>
 a { background-color: #91AA99; }

 a { background-color: rgb(145,170,153); }

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

<style>
 span { border-color: #91AA99; }

 span { border-color: rgb(145,170,153); }

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