Html Css Color HEX #90A09C Cascade

📋 copy color: '#90A09C'

red 144 ◦ green 160 ◦ blue 156

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

Shades of Cascade #90A09C

Tints of Cascade #90A09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.78%

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 31.3%
G = 34.78%
B = 33.91%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#90A09C (or 0x90A09C) is known color: Cascade. HEX triplet: 90, A0 and 9C. RGB value is (144,160,156). Sum of RGB (Red+Green+Blue) = 144+160+156=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 160 - color contains mainly: green. Hex color #90A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A09C is #6F5F63. Grayscale: #9A9A9A. Windows color (decimal): -7298916 or 10264720. OLE color: 10264720.

HSL color Cylindrical-coordinate representation of color #90A09C: hue angle of 165º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90A09C is Cyan = 0.1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 160 156 -
CMYK 0.1 0 0.02 0.37
HSL 165º 0.08% 0.6% -
HSV(B) 165º 0.1% 0.63% -
XYZ 30.07 33.47 36.33 -
YUV 154.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 144 160 156 0.1 0 0.02 0.37 165 0.08 0.6
Hex 90 A0 9C A 0 2 25 A5 8 3C
Octal 220 240 234 12 0 2 45 245 10 74
Binary 10010000 10100000 10011100 1010 0 10 100101 10100101 1000 111100

Color Harmonies of #90A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A09C

Black with #90A09C

Text Example


Text Example

White with #90A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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