#90A899

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

Shades of Edward #90A899

Tints of Edward #90A899

Color information

#90A899 (or 0x90A899) is unknown color: approx Edward. HEX triplet: 90, A8 and 99. RGB value is (144,168,153). Sum of RGB (Red+Green+Blue) = 144+168+153=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 168 - color contains mainly: green. Hex color #90A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A899 is #6F5766. Grayscale: #9F9F9F. Windows color (decimal): -7296871 or 10070160. OLE color: 10070160.

HSL color Cylindrical-coordinate representation of color #90A899: hue angle of 142.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90A899 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB144168153-
CMYK0.1400.090.34
HSL142.5º12.12%61.18%-
HSV(B)142.5º14.29%65.88%-
XYZ31.2536.2335.48-
YUV159.11124.55117.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 168 (66.02% from 255) = 36.13%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=30.97%
G=36.13%
B=32.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1441681530.1400.090.34142.512.1261.18
Hex90A899E09228ec3d
Octal22025023116011422161475
Binary100100001010100010011001111001001100010100011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,168,153); }

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

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

 a { background-color: rgb(144,168,153); }

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

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

 span { border-color: rgb(144,168,153); }

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