Html Css Color HEX #8DA89C Cascade

📋 copy color: '#8DA89C'

red 141 ◦ green 168 ◦ blue 156

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

Shades of Cascade #8DA89C

Tints of Cascade #8DA89C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.13%

 BLUE value IS 156 (61.33% from 255) = 33.55%

R = 30.32%
G = 36.13%
B = 33.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#8DA89C (or 0x8DA89C) is known color: Cascade. HEX triplet: 8D, A8 and 9C. RGB value is (141,168,156). Sum of RGB (Red+Green+Blue) = 141+168+156=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA89C is #725763. Grayscale: #9E9E9E. Windows color (decimal): -7493476 or 10266765. OLE color: 10266765.

HSL color Cylindrical-coordinate representation of color #8DA89C: hue angle of 153.33º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8DA89C is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 168 156 -
CMYK 0.16 0 0.07 0.34
HSL 153.33º 0.13% 0.61% -
HSV(B) 153.33º 0.16% 0.66% -
XYZ 30.99 36.07 36.78 -
YUV 158.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 141 168 156 0.16 0 0.07 0.34 153.33 0.13 0.61
Hex 8D A8 9C 10 0 7 22 99 D 3D
Octal 215 250 234 20 0 7 42 231 15 75
Binary 10001101 10101000 10011100 10000 0 111 100010 10011001 1101 111101

Color Harmonies of #8DA89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA89C

Black with #8DA89C

Text Example


Text Example

White with #8DA89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,168,156); }

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

background-color css

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

 a { background-color: rgb(141,168,156); }

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

border-color css

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

 span { border-color: rgb(141,168,156); }

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