#8AA89B

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

Shades of Cascade #8AA89B

Tints of Cascade #8AA89B

Color information

#8AA89B (or 0x8AA89B) is unknown color: approx Cascade. HEX triplet: 8A, A8 and 9B. RGB value is (138,168,155). Sum of RGB (Red+Green+Blue) = 138+168+155=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA89B is #755764. Grayscale: #9D9D9D. Windows color (decimal): -7690085 or 10201226. OLE color: 10201226.

HSL color Cylindrical-coordinate representation of color #8AA89B: hue angle of 154º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8AA89B is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB138168155-
CMYK0.1800.080.34
HSL154º14.71%60%-
HSV(B)154º17.86%65.88%-
XYZ30.435.7836.31-
YUV157.55126.56114.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=29.93%
G=36.44%
B=33.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381681550.1800.080.3415414.7160
Hex8AA89B1208229af3c
Octal21225023322010422321774
Binary1000101010101000100110111001001000100010100110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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