Html Css Color HEX #90ADA2 Cascade

📋 copy color: '#90ADA2'

red 144 ◦ green 173 ◦ blue 162

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

Shades of Cascade #90ADA2

Tints of Cascade #90ADA2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.12%

 BLUE value IS 162 (63.67% from 255) = 33.82%

R = 30.06%
G = 36.12%
B = 33.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#90ADA2 (or 0x90ADA2) is known color: Cascade. HEX triplet: 90, AD and A2. RGB value is (144,173,162). Sum of RGB (Red+Green+Blue) = 144+173+162=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADA2 is #6F525D. Grayscale: #A3A3A3. Windows color (decimal): -7295582 or 10661264. OLE color: 10661264.

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

Color convert

RGB 144 173 162 -
CMYK 0.17 0 0.06 0.32
HSL 157.24º 0.15% 0.62% -
HSV(B) 157.24º 0.17% 0.68% -
XYZ 32.97 38.43 39.86 -
YUV 163.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 144 173 162 0.17 0 0.06 0.32 157.24 0.15 0.62
Hex 90 AD A2 11 0 6 20 9D F 3E
Octal 220 255 242 21 0 6 40 235 17 76
Binary 10010000 10101101 10100010 10001 0 110 100000 10011101 1111 111110

Color Harmonies of #90ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADA2

Black with #90ADA2

Text Example


Text Example

White with #90ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,173,162); }

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

background-color css

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

 a { background-color: rgb(144,173,162); }

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

border-color css

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

 span { border-color: rgb(144,173,162); }

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