#90A29F

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

Shades of Cascade #90A29F

Tints of Cascade #90A29F

Color information

#90A29F (or 0x90A29F) is unknown color: approx Cascade. HEX triplet: 90, A2 and 9F. RGB value is (144,162,159). Sum of RGB (Red+Green+Blue) = 144+162+159=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #90A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A29F is #6F5D60. Grayscale: #9C9C9C. Windows color (decimal): -7298401 or 10461840. OLE color: 10461840.

HSL color Cylindrical-coordinate representation of color #90A29F: hue angle of 170º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #90A29F is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB144162159-
CMYK0.1100.020.36
HSL170º8.82%60%-
HSV(B)170º11.11%63.53%-
XYZ30.6834.2737.8-
YUV156.28129.54119.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=30.97%
G=34.84%
B=34.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441621590.1100.020.361708.8260
Hex90A29FB0224aa93c
Octal2202422371302442521174
Binary1001000010100010100111111011010100100101010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,162,159); }

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

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

 a { background-color: rgb(144,162,159); }

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

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

 span { border-color: rgb(144,162,159); }

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