#90ABA4

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

Shades of Cascade #90ABA4

Tints of Cascade #90ABA4

Color information

#90ABA4 (or 0x90ABA4) is unknown color: approx Cascade. HEX triplet: 90, AB and A4. RGB value is (144,171,164). Sum of RGB (Red+Green+Blue) = 144+171+164=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #90ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABA4 is #6F545B. Grayscale: #A2A2A2. Windows color (decimal): -7296092 or 10791824. OLE color: 10791824.

HSL color Cylindrical-coordinate representation of color #90ABA4: hue angle of 164.44º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90ABA4 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB144171164-
CMYK0.1600.040.33
HSL164.44º13.85%61.76%-
HSV(B)164.44º15.79%67.06%-
XYZ32.7737.7440.68-
YUV162.13129.05115.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=30.06%
G=35.70%
B=34.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711640.1600.040.33164.4413.8561.76
Hex90ABA4100421a4e3e
Octal2202532442004412441676
Binary100100001010101110100100100000100100001101001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,171,164); }

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

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

 a { background-color: rgb(144,171,164); }

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

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

 span { border-color: rgb(144,171,164); }

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