Html Css Color HEX #8EA29B Cascade

📋 copy color: '#8EA29B'

red 142 ◦ green 162 ◦ blue 155

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

Shades of Cascade #8EA29B

Tints of Cascade #8EA29B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.29%

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

R = 30.94%
G = 35.29%
B = 33.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#8EA29B (or 0x8EA29B) is known color: Cascade. HEX triplet: 8E, A2 and 9B. RGB value is (142,162,155). Sum of RGB (Red+Green+Blue) = 142+162+155=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA29B is #715D64. Grayscale: #9B9B9B. Windows color (decimal): -7429477 or 10199694. OLE color: 10199694.

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

Color convert

RGB 142 162 155 -
CMYK 0.12 0 0.04 0.36
HSL 159º 0.1% 0.6% -
HSV(B) 159º 0.12% 0.64% -
XYZ 29.99 33.96 35.98 -
YUV 155.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 142 162 155 0.12 0 0.04 0.36 159 0.1 0.6
Hex 8E A2 9B C 0 4 24 9F A 3C
Octal 216 242 233 14 0 4 44 237 12 74
Binary 10001110 10100010 10011011 1100 0 100 100100 10011111 1010 111100

Color Harmonies of #8EA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA29B

Black with #8EA29B

Text Example


Text Example

White with #8EA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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