#8AA39B

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

Shades of Cascade #8AA39B

Tints of Cascade #8AA39B

Color information

#8AA39B (or 0x8AA39B) is unknown color: approx Cascade. HEX triplet: 8A, A3 and 9B. RGB value is (138,163,155). Sum of RGB (Red+Green+Blue) = 138+163+155=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA39B is #755C64. Grayscale: #9A9A9A. Windows color (decimal): -7691365 or 10199946. OLE color: 10199946.

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

Color convert

RGB138163155-
CMYK0.1500.050.36
HSL160.8º11.96%59.02%-
HSV(B)160.8º15.34%63.92%-
XYZ29.4933.9636.01-
YUV154.61128.22116.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=30.26%
G=35.75%
B=33.99%

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
Decimal1381631550.1500.050.36160.811.9659.02
Hex8AA39BF0524a1c3b
Octal2122432331705442411473
Binary10001010101000111001101111110101100100101000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,155); }

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

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

 a { background-color: rgb(138,163,155); }

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

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

 span { border-color: rgb(138,163,155); }

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