Html Css Color HEX #90ABA0 Cascade

📋 copy color: '#90ABA0'

red 144 ◦ green 171 ◦ blue 160

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

Shades of Cascade #90ABA0

Tints of Cascade #90ABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36%

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

R = 30.32%
G = 36%
B = 33.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#90ABA0 (or 0x90ABA0) is known color: Cascade. HEX triplet: 90, AB and A0. RGB value is (144,171,160). Sum of RGB (Red+Green+Blue) = 144+171+160=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #90ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABA0 is #6F545F. Grayscale: #A1A1A1. Windows color (decimal): -7296096 or 10529680. OLE color: 10529680.

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

Color convert

RGB 144 171 160 -
CMYK 0.16 0 0.06 0.33
HSL 155.56º 0.14% 0.62% -
HSV(B) 155.56º 0.16% 0.67% -
XYZ 32.41 37.59 38.81 -
YUV 161.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 144 171 160 0.16 0 0.06 0.33 155.56 0.14 0.62
Hex 90 AB A0 10 0 6 21 9C E 3E
Octal 220 253 240 20 0 6 41 234 16 76
Binary 10010000 10101011 10100000 10000 0 110 100001 10011100 1110 111110

Color Harmonies of #90ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABA0

Black with #90ABA0

Text Example


Text Example

White with #90ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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