Html Css Color HEX #8EA49A Cascade

📋 copy color: '#8EA49A'

red 142 ◦ green 164 ◦ blue 154

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

Shades of Cascade #8EA49A

Tints of Cascade #8EA49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.48%

R = 30.87%
G = 35.65%
B = 33.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#8EA49A (or 0x8EA49A) is known color: Cascade. HEX triplet: 8E, A4 and 9A. RGB value is (142,164,154). Sum of RGB (Red+Green+Blue) = 142+164+154=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA49A is #715B65. Grayscale: #9C9C9C. Windows color (decimal): -7428966 or 10134670. OLE color: 10134670.

HSL color Cylindrical-coordinate representation of color #8EA49A: hue angle of 152.73º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8EA49A is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 164 154 -
CMYK 0.13 0 0.06 0.36
HSL 152.73º 0.11% 0.6% -
HSV(B) 152.73º 0.13% 0.64% -
XYZ 30.26 34.63 35.66 -
YUV 156.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 142 164 154 0.13 0 0.06 0.36 152.73 0.11 0.6
Hex 8E A4 9A D 0 6 24 99 B 3C
Octal 216 244 232 15 0 6 44 231 13 74
Binary 10001110 10100100 10011010 1101 0 110 100100 10011001 1011 111100

Color Harmonies of #8EA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA49A

Black with #8EA49A

Text Example


Text Example

White with #8EA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,164,154); }

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

background-color css

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

 a { background-color: rgb(142,164,154); }

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

border-color css

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

 span { border-color: rgb(142,164,154); }

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