#8AA19D

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

Shades of Cascade #8AA19D

Tints of Cascade #8AA19D

Color information

#8AA19D (or 0x8AA19D) is unknown color: approx Cascade. HEX triplet: 8A, A1 and 9D. RGB value is (138,161,157). Sum of RGB (Red+Green+Blue) = 138+161+157=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA19D is #755E62. Grayscale: #999999. Windows color (decimal): -7691875 or 10330506. OLE color: 10330506.

HSL color Cylindrical-coordinate representation of color #8AA19D: hue angle of 169.57º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA19D is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB138161157-
CMYK0.1400.020.37
HSL169.57º10.9%58.63%-
HSV(B)169.57º14.29%63.14%-
XYZ29.3133.3336.79-
YUV153.67129.88116.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 161 (63.28% from 255) = 35.31%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=30.26%
G=35.31%
B=34.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1381611570.1400.020.37169.5710.958.63
Hex8AA19DE0225aab3b
Octal2122412351602452521373
Binary1000101010100001100111011110010100101101010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,161,157); }

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

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

 a { background-color: rgb(138,161,157); }

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

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

 span { border-color: rgb(138,161,157); }

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