#8DA29F

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

Shades of Cascade #8DA29F

Tints of Cascade #8DA29F

Color information

#8DA29F (or 0x8DA29F) is unknown color: approx Cascade. HEX triplet: 8D, A2 and 9F. RGB value is (141,162,159). Sum of RGB (Red+Green+Blue) = 141+162+159=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA29F is #725D60. Grayscale: #9B9B9B. Windows color (decimal): -7495009 or 10461837. OLE color: 10461837.

HSL color Cylindrical-coordinate representation of color #8DA29F: hue angle of 171.43º 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 #8DA29F is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB141162159-
CMYK0.1300.020.36
HSL171.43º10.14%59.41%-
HSV(B)171.43º12.96%63.53%-
XYZ30.1634.0137.78-
YUV155.38130.04117.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.52%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=30.52%
G=35.06%
B=34.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621590.1300.020.36171.4310.1459.41
Hex8DA29FD0224aba3b
Octal2152422371502442531273
Binary1000110110100010100111111101010100100101010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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