#8AA29A

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

Shades of Cascade #8AA29A

Tints of Cascade #8AA29A

Color information

#8AA29A (or 0x8AA29A) is unknown color: approx Cascade. HEX triplet: 8A, A2 and 9A. RGB value is (138,162,154). Sum of RGB (Red+Green+Blue) = 138+162+154=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA29A is #755D65. Grayscale: #999999. Windows color (decimal): -7691622 or 10134154. OLE color: 10134154.

HSL color Cylindrical-coordinate representation of color #8AA29A: hue angle of 160º 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 #8AA29A is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB138162154-
CMYK0.1500.050.36
HSL160º11.43%58.82%-
HSV(B)160º14.81%63.53%-
XYZ29.2333.5835.51-
YUV153.91128.05116.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.40%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=30.40%
G=35.68%
B=33.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381621540.1500.050.3616011.4358.82
Hex8AA29AF0524a0b3b
Octal2122422321705442401373
Binary10001010101000101001101011110101100100101000001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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