#8AA69C

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

Shades of Cascade #8AA69C

Tints of Cascade #8AA69C

Color information

#8AA69C (or 0x8AA69C) is unknown color: approx Cascade. HEX triplet: 8A, A6 and 9C. RGB value is (138,166,156). Sum of RGB (Red+Green+Blue) = 138+166+156=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA69C is #755963. Grayscale: #9C9C9C. Windows color (decimal): -7690596 or 10266250. OLE color: 10266250.

HSL color Cylindrical-coordinate representation of color #8AA69C: hue angle of 158.57º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8AA69C is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB138166156-
CMYK0.1700.060.35
HSL158.57º13.59%59.61%-
HSV(B)158.57º16.87%65.1%-
XYZ30.1235.0836.64-
YUV156.49127.72114.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=30%
G=36.09%
B=33.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381661560.1700.060.35158.5713.5959.61
Hex8AA69C1106239fe3c
Octal2122462342106432371674
Binary100010101010011010011100100010110100011100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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