#90A09D

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

Shades of Cascade #90A09D

Tints of Cascade #90A09D

Color information

#90A09D (or 0x90A09D) is unknown color: approx Cascade. HEX triplet: 90, A0 and 9D. RGB value is (144,160,157). Sum of RGB (Red+Green+Blue) = 144+160+157=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 160 - color contains mainly: green. Hex color #90A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A09D is #6F5F62. Grayscale: #9A9A9A. Windows color (decimal): -7298915 or 10330256. OLE color: 10330256.

HSL color Cylindrical-coordinate representation of color #90A09D: hue angle of 168.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90A09D is Cyan = 0.1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB144160157-
CMYK0.100.020.37
HSL168.75º7.77%59.61%-
HSV(B)168.75º10%62.75%-
XYZ30.1633.5136.78-
YUV154.87129.2120.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=31.24%
G=34.71%
B=34.06%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1441601570.100.020.37168.757.7759.61
Hex90A09DA0225a983c
Octal2202402351202452511074
Binary1001000010100000100111011010010100101101010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,160,157); }

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

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

 a { background-color: rgb(144,160,157); }

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

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

 span { border-color: rgb(144,160,157); }

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