Html Css Color HEX #8DA49D Cascade

📋 copy color: '#8DA49D'

red 141 ◦ green 164 ◦ blue 157

#8DA49D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #8DA49D

Tints of Cascade #8DA49D

RGB

 RED value IS 141 (55.47% from 255) = 30.52%

 GREEN value IS 164 (64.45% from 255) = 35.5%

 BLUE value IS 157 (61.72% from 255) = 33.98%

R = 30.52%
G = 35.5%
B = 33.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#8DA49D (or 0x8DA49D) is known color: Cascade. HEX triplet: 8D, A4 and 9D. RGB value is (141,164,157). Sum of RGB (Red+Green+Blue) = 141+164+157=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA49D is #725B62. Grayscale: #9C9C9C. Windows color (decimal): -7494499 or 10331277. OLE color: 10331277.

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

Color convert

RGB 141 164 157 -
CMYK 0.14 0 0.04 0.36
HSL 161.74º 0.11% 0.6% -
HSV(B) 161.74º 0.14% 0.64% -
XYZ 30.35 34.65 36.99 -
YUV 156.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 141 164 157 0.14 0 0.04 0.36 161.74 0.11 0.6
Hex 8D A4 9D E 0 4 24 A2 B 3C
Octal 215 244 235 16 0 4 44 242 13 74
Binary 10001101 10100100 10011101 1110 0 100 100100 10100010 1011 111100

Color Harmonies of #8DA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA49D

Black with #8DA49D

Text Example


Text Example

White with #8DA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DA49D;
 }
 .AnyTagClassName
 {
   color: #8DA49D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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