Html Css Color HEX #90AAA0 Cascade

📋 copy color: '#90AAA0'

red 144 ◦ green 170 ◦ blue 160

#90AAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #90AAA0

Tints of Cascade #90AAA0

RGB

 RED value IS 144 (56.64% from 255) = 30.38%

 GREEN value IS 170 (66.8% from 255) = 35.86%

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 30.38%
G = 35.86%
B = 33.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#90AAA0 (or 0x90AAA0) is known color: Cascade. HEX triplet: 90, AA and A0. RGB value is (144,170,160). Sum of RGB (Red+Green+Blue) = 144+170+160=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 170 - color contains mainly: green. Hex color #90AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAA0 is #6F555F. Grayscale: #A1A1A1. Windows color (decimal): -7296352 or 10529424. OLE color: 10529424.

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

Color convert

RGB 144 170 160 -
CMYK 0.15 0 0.06 0.33
HSL 156.92º 0.13% 0.62% -
HSV(B) 156.92º 0.15% 0.67% -
XYZ 32.22 37.22 38.74 -
YUV 161.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 144 170 160 0.15 0 0.06 0.33 156.92 0.13 0.62
Hex 90 AA A0 F 0 6 21 9D D 3E
Octal 220 252 240 17 0 6 41 235 15 76
Binary 10010000 10101010 10100000 1111 0 110 100001 10011101 1101 111110

Color Harmonies of #90AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AAA0

Black with #90AAA0

Text Example


Text Example

White with #90AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90AAA0;
 }
 .AnyTagClassName
 {
   color: #90AAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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