#8DACA1

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

Shades of Cascade #8DACA1

Tints of Cascade #8DACA1

Color information

#8DACA1 (or 0x8DACA1) is unknown color: approx Cascade. HEX triplet: 8D, AC and A1. RGB value is (141,172,161). Sum of RGB (Red+Green+Blue) = 141+172+161=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #8DACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DACA1 is #72535E. Grayscale: #A1A1A1. Windows color (decimal): -7492447 or 10595469. OLE color: 10595469.

HSL color Cylindrical-coordinate representation of color #8DACA1: hue angle of 158.71º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DACA1 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB141172161-
CMYK0.1800.060.33
HSL158.71º15.74%61.37%-
HSV(B)158.71º18.02%67.45%-
XYZ32.1737.7439.31-
YUV161.48127.73113.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=29.75%
G=36.29%
B=33.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411721610.1800.060.33158.7115.7461.37
Hex8DACA11206219f103d
Octal2152542412206412372075
Binary1000110110101100101000011001001101000011001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,161); }

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

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

 a { background-color: rgb(141,172,161); }

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

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

 span { border-color: rgb(141,172,161); }

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