#8DA39F

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

Shades of Cascade #8DA39F

Tints of Cascade #8DA39F

Color information

#8DA39F (or 0x8DA39F) is unknown color: approx Cascade. HEX triplet: 8D, A3 and 9F. RGB value is (141,163,159). Sum of RGB (Red+Green+Blue) = 141+163+159=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA39F is #725C60. Grayscale: #9B9B9B. Windows color (decimal): -7494753 or 10462093. OLE color: 10462093.

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

Color convert

RGB141163159-
CMYK0.1300.020.36
HSL169.09º10.68%59.61%-
HSV(B)169.09º13.5%63.92%-
XYZ30.3434.3637.83-
YUV155.97129.71117.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.45%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=30.45%
G=35.21%
B=34.34%

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
Decimal1411631590.1300.020.36169.0910.6859.61
Hex8DA39FD0224a9b3c
Octal2152432371502442511374
Binary1000110110100011100111111101010100100101010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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