Html Css Color HEX #8DA69B Cascade

📋 copy color: '#8DA69B'

red 141 ◦ green 166 ◦ blue 155

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

Shades of Cascade #8DA69B

Tints of Cascade #8DA69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.93%

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

R = 30.52%
G = 35.93%
B = 33.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#8DA69B (or 0x8DA69B) is known color: Cascade. HEX triplet: 8D, A6 and 9B. RGB value is (141,166,155). Sum of RGB (Red+Green+Blue) = 141+166+155=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA69B is #725964. Grayscale: #9D9D9D. Windows color (decimal): -7493989 or 10200717. OLE color: 10200717.

HSL color Cylindrical-coordinate representation of color #8DA69B: hue angle of 153.6º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA69B is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 166 155 -
CMYK 0.15 0 0.07 0.35
HSL 153.6º 0.12% 0.6% -
HSV(B) 153.6º 0.15% 0.65% -
XYZ 30.54 35.3 36.21 -
YUV 157.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 141 166 155 0.15 0 0.07 0.35 153.6 0.12 0.6
Hex 8D A6 9B F 0 7 23 9A C 3C
Octal 215 246 233 17 0 7 43 232 14 74
Binary 10001101 10100110 10011011 1111 0 111 100011 10011010 1100 111100

Color Harmonies of #8DA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA69B

Black with #8DA69B

Text Example


Text Example

White with #8DA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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