Html Css Color HEX #8DA49B Cascade

📋 copy color: '#8DA49B'

red 141 ◦ green 164 ◦ blue 155

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

Shades of Cascade #8DA49B

Tints of Cascade #8DA49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.7%

R = 30.65%
G = 35.65%
B = 33.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#8DA49B (or 0x8DA49B) is known color: Cascade. HEX triplet: 8D, A4 and 9B. RGB value is (141,164,155). Sum of RGB (Red+Green+Blue) = 141+164+155=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA49B is #725B64. Grayscale: #9C9C9C. Windows color (decimal): -7494501 or 10200205. OLE color: 10200205.

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

Color convert

RGB 141 164 155 -
CMYK 0.14 0 0.05 0.36
HSL 156.52º 0.11% 0.6% -
HSV(B) 156.52º 0.14% 0.64% -
XYZ 30.18 34.58 36.09 -
YUV 156.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 141 164 155 0.14 0 0.05 0.36 156.52 0.11 0.6
Hex 8D A4 9B E 0 5 24 9D B 3C
Octal 215 244 233 16 0 5 44 235 13 74
Binary 10001101 10100100 10011011 1110 0 101 100100 10011101 1011 111100

Color Harmonies of #8DA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA49B

Black with #8DA49B

Text Example


Text Example

White with #8DA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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