Html Css Color HEX #8AA09C Cascade

📋 copy color: '#8AA09C'

red 138 ◦ green 160 ◦ blue 156

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

Shades of Cascade #8AA09C

Tints of Cascade #8AA09C

RGB

 RED value IS 138 (54.3% from 255) = 30.4%

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

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

R = 30.4%
G = 35.24%
B = 34.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#8AA09C (or 0x8AA09C) is known color: Cascade. HEX triplet: 8A, A0 and 9C. RGB value is (138,160,156). Sum of RGB (Red+Green+Blue) = 138+160+156=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA09C is #755F63. Grayscale: #989898. Windows color (decimal): -7692132 or 10264714. OLE color: 10264714.

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

Color convert

RGB 138 160 156 -
CMYK 0.14 0 0.02 0.37
HSL 169.09º 0.1% 0.58% -
HSV(B) 169.09º 0.14% 0.63% -
XYZ 29.05 32.95 36.28 -
YUV 152.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 138 160 156 0.14 0 0.02 0.37 169.09 0.1 0.58
Hex 8A A0 9C E 0 2 25 A9 A 3A
Octal 212 240 234 16 0 2 45 251 12 72
Binary 10001010 10100000 10011100 1110 0 10 100101 10101001 1010 111010

Color Harmonies of #8AA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA09C

Black with #8AA09C

Text Example


Text Example

White with #8AA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA09C; }

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

 H1.HeaderClassName
 {
   color: #8AA09C;
 }
 .AnyTagClassName
 {
   color: #8AA09C;
 }
</style>

background-color css

<style>
 a { background-color: #8AA09C; }

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

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

border-color css

<style>
 span { border-color: #8AA09C; }

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

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