Html Css Color HEX #8DA89B Cascade

📋 copy color: '#8DA89B'

red 141 ◦ green 168 ◦ blue 155

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

Shades of Cascade #8DA89B

Tints of Cascade #8DA89B

RGB

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

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

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

R = 30.39%
G = 36.21%
B = 33.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#8DA89B (or 0x8DA89B) is known color: Cascade. HEX triplet: 8D, A8 and 9B. RGB value is (141,168,155). Sum of RGB (Red+Green+Blue) = 141+168+155=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA89B is #725764. Grayscale: #9E9E9E. Windows color (decimal): -7493477 or 10201229. OLE color: 10201229.

HSL color Cylindrical-coordinate representation of color #8DA89B: hue angle of 151.11º 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 #8DA89B is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 168 155 -
CMYK 0.16 0 0.08 0.34
HSL 151.11º 0.13% 0.61% -
HSV(B) 151.11º 0.16% 0.66% -
XYZ 30.9 36.03 36.34 -
YUV 158.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 141 168 155 0.16 0 0.08 0.34 151.11 0.13 0.61
Hex 8D A8 9B 10 0 8 22 97 D 3D
Octal 215 250 233 20 0 10 42 227 15 75
Binary 10001101 10101000 10011011 10000 0 1000 100010 10010111 1101 111101

Color Harmonies of #8DA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA89B

Black with #8DA89B

Text Example


Text Example

White with #8DA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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