#90AA97

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

Shades of Edward #90AA97

Tints of Edward #90AA97

Color information

#90AA97 (or 0x90AA97) is unknown color: approx Edward. HEX triplet: 90, AA and 97. RGB value is (144,170,151). Sum of RGB (Red+Green+Blue) = 144+170+151=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA97 is #6F5568. Grayscale: #A0A0A0. Windows color (decimal): -7296361 or 9939600. OLE color: 9939600.

HSL color Cylindrical-coordinate representation of color #90AA97: hue angle of 136.15º 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 #90AA97 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB144170151-
CMYK0.1500.110.33
HSL136.15º13.27%61.57%-
HSV(B)136.15º15.29%66.67%-
XYZ31.4636.9134.74-
YUV160.06122.89116.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 151 (59.38% from 255) = 32.47%
R=30.97%
G=36.56%
B=32.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441701510.1500.110.33136.1513.2761.57
Hex90AA97F0B2188d3e
Octal22025222717013412101576
Binary100100001010101010010111111101011100001100010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AA97; }

 p { color: rgb(144,170,151); }

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

<style>
 a { background-color: #90AA97; }

 a { background-color: rgb(144,170,151); }

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

<style>
 span { border-color: #90AA97; }

 span { border-color: rgb(144,170,151); }

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