#90ABA0

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

Shades of Cascade #90ABA0

Tints of Cascade #90ABA0

Color information

#90ABA0 (or 0x90ABA0) is unknown color: approx Cascade. HEX triplet: 90, AB and A0. RGB value is (144,171,160). Sum of RGB (Red+Green+Blue) = 144+171+160=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #90ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABA0 is #6F545F. Grayscale: #A1A1A1. Windows color (decimal): -7296096 or 10529680. OLE color: 10529680.

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

Color convert

RGB144171160-
CMYK0.1600.060.33
HSL155.56º13.85%61.76%-
HSV(B)155.56º15.79%67.06%-
XYZ32.4137.5938.81-
YUV161.67127.05115.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=30.32%
G=36%
B=33.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711600.1600.060.33155.5613.8561.76
Hex90ABA01006219ce3e
Octal2202532402006412341676
Binary100100001010101110100000100000110100001100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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