Html Css Color HEX #8EA69B Cascade

📋 copy color: '#8EA69B'

red 142 ◦ green 166 ◦ blue 155

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

Shades of Cascade #8EA69B

Tints of Cascade #8EA69B

RGB

 RED value IS 142 (55.86% from 255) = 30.67%

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

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

R = 30.67%
G = 35.85%
B = 33.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#8EA69B (or 0x8EA69B) is known color: Cascade. HEX triplet: 8E, A6 and 9B. RGB value is (142,166,155). Sum of RGB (Red+Green+Blue) = 142+166+155=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA69B is #715964. Grayscale: #9D9D9D. Windows color (decimal): -7428453 or 10200718. OLE color: 10200718.

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

Color convert

RGB 142 166 155 -
CMYK 0.14 0 0.07 0.35
HSL 152.5º 0.12% 0.6% -
HSV(B) 152.5º 0.14% 0.65% -
XYZ 30.71 35.39 36.22 -
YUV 157.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 142 166 155 0.14 0 0.07 0.35 152.5 0.12 0.6
Hex 8E A6 9B E 0 7 23 98 C 3C
Octal 216 246 233 16 0 7 43 230 14 74
Binary 10001110 10100110 10011011 1110 0 111 100011 10011000 1100 111100

Color Harmonies of #8EA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA69B

Black with #8EA69B

Text Example


Text Example

White with #8EA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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