#90ABA1

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

Shades of Cascade #90ABA1

Tints of Cascade #90ABA1

Color information

#90ABA1 (or 0x90ABA1) is unknown color: approx Cascade. HEX triplet: 90, AB and A1. RGB value is (144,171,161). Sum of RGB (Red+Green+Blue) = 144+171+161=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #90ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABA1 is #6F545E. Grayscale: #A1A1A1. Windows color (decimal): -7296095 or 10595216. OLE color: 10595216.

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

Color convert

RGB144171161-
CMYK0.1600.060.33
HSL157.78º13.85%61.76%-
HSV(B)157.78º15.79%67.06%-
XYZ32.537.6339.27-
YUV161.79127.55115.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=30.25%
G=35.92%
B=33.82%

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
Decimal1441711610.1600.060.33157.7813.8561.76
Hex90ABA11006219ee3e
Octal2202532412006412361676
Binary100100001010101110100001100000110100001100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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