#8AA29C

Color #8AA29C Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #8AA29C

Tints of Cascade #8AA29C

Color information

#8AA29C (or 0x8AA29C) is unknown color: approx Cascade. HEX triplet: 8A, A2 and 9C. RGB value is (138,162,156). Sum of RGB (Red+Green+Blue) = 138+162+156=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA29C is #755D63. Grayscale: #9A9A9A. Windows color (decimal): -7691620 or 10265226. OLE color: 10265226.

HSL color Cylindrical-coordinate representation of color #8AA29C: hue angle of 165º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA29C is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB138162156-
CMYK0.1500.040.36
HSL165º11.43%58.82%-
HSV(B)165º14.81%63.53%-
XYZ29.433.6436.4-
YUV154.14129.05116.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 162 (63.67% from 255) = 35.53%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=30.26%
G=35.53%
B=34.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381621560.1500.040.3616511.4358.82
Hex8AA29CF0424a5b3b
Octal2122422341704442451373
Binary10001010101000101001110011110100100100101001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AA29C;
 }
 .AnyTagClassName
 {
   color: #8AA29C;
 }
</style>
background-color css

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

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

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

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

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

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