#8DA29D

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

Shades of Cascade #8DA29D

Tints of Cascade #8DA29D

Color information

#8DA29D (or 0x8DA29D) is unknown color: approx Cascade. HEX triplet: 8D, A2 and 9D. RGB value is (141,162,157). Sum of RGB (Red+Green+Blue) = 141+162+157=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA29D is #725D62. Grayscale: #9B9B9B. Windows color (decimal): -7495011 or 10330765. OLE color: 10330765.

HSL color Cylindrical-coordinate representation of color #8DA29D: hue angle of 165.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA29D is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB141162157-
CMYK0.1300.030.36
HSL165.71º10.14%59.41%-
HSV(B)165.71º12.96%63.53%-
XYZ29.9933.9436.87-
YUV155.15129.04117.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=30.65%
G=35.22%
B=34.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621570.1300.030.36165.7110.1459.41
Hex8DA29DD0324a6a3b
Octal2152422351503442461273
Binary1000110110100010100111011101011100100101001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,157); }

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

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

 a { background-color: rgb(141,162,157); }

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

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

 span { border-color: rgb(141,162,157); }

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