Html Css Color HEX #90AA9F Cascade

📋 copy color: '#90AA9F'

red 144 ◦ green 170 ◦ blue 159

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

Shades of Cascade #90AA9F

Tints of Cascade #90AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.62%

R = 30.44%
G = 35.94%
B = 33.62%

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

#90AA9F (or 0x90AA9F) is known color: Cascade. HEX triplet: 90, AA and 9F. RGB value is (144,170,159). Sum of RGB (Red+Green+Blue) = 144+170+159=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA9F is #6F5560. Grayscale: #A0A0A0. Windows color (decimal): -7296353 or 10463888. OLE color: 10463888.

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

Color convert

RGB 144 170 159 -
CMYK 0.15 0 0.06 0.33
HSL 154.62º 0.13% 0.62% -
HSV(B) 154.62º 0.15% 0.67% -
XYZ 32.13 37.18 38.28 -
YUV 160.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 144 170 159 0.15 0 0.06 0.33 154.62 0.13 0.62
Hex 90 AA 9F F 0 6 21 9B D 3E
Octal 220 252 237 17 0 6 41 233 15 76
Binary 10010000 10101010 10011111 1111 0 110 100001 10011011 1101 111110

Color Harmonies of #90AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA9F

Black with #90AA9F

Text Example


Text Example

White with #90AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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