#8AA09A

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

Shades of Cascade #8AA09A

Tints of Cascade #8AA09A

Color information

#8AA09A (or 0x8AA09A) is unknown color: approx Cascade. HEX triplet: 8A, A0 and 9A. RGB value is (138,160,154). Sum of RGB (Red+Green+Blue) = 138+160+154=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA09A is #755F65. Grayscale: #989898. Windows color (decimal): -7692134 or 10133642. OLE color: 10133642.

HSL color Cylindrical-coordinate representation of color #8AA09A: hue angle of 163.64º 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 #8AA09A is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB138160154-
CMYK0.1400.040.37
HSL163.64º10.38%58.43%-
HSV(B)163.64º13.75%62.75%-
XYZ28.8832.8835.4-
YUV152.74128.71117.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.53%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=30.53%
G=35.40%
B=34.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1381601540.1400.040.37163.6410.3858.43
Hex8AA09AE0425a4a3a
Octal2122402321604452441272
Binary10001010101000001001101011100100100101101001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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