Html Css Color HEX #90A59E Cascade

📋 copy color: '#90A59E'

red 144 ◦ green 165 ◦ blue 158

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

Shades of Cascade #90A59E

Tints of Cascade #90A59E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 30.84%
G = 35.33%
B = 33.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#90A59E (or 0x90A59E) is known color: Cascade. HEX triplet: 90, A5 and 9E. RGB value is (144,165,158). Sum of RGB (Red+Green+Blue) = 144+165+158=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #90A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A59E is #6F5A61. Grayscale: #9D9D9D. Windows color (decimal): -7297634 or 10397072. OLE color: 10397072.

HSL color Cylindrical-coordinate representation of color #90A59E: hue angle of 160º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A59E is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 165 158 -
CMYK 0.13 0 0.04 0.35
HSL 160º 0.1% 0.61% -
HSV(B) 160º 0.13% 0.65% -
XYZ 31.13 35.31 37.52 -
YUV 157.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 144 165 158 0.13 0 0.04 0.35 160 0.1 0.61
Hex 90 A5 9E D 0 4 23 A0 A 3D
Octal 220 245 236 15 0 4 43 240 12 75
Binary 10010000 10100101 10011110 1101 0 100 100011 10100000 1010 111101

Color Harmonies of #90A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A59E

Black with #90A59E

Text Example


Text Example

White with #90A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,165,158); }

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

background-color css

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

 a { background-color: rgb(144,165,158); }

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

border-color css

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

 span { border-color: rgb(144,165,158); }

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