Html Css Color HEX #8EA29F Cascade

📋 copy color: '#8EA29F'

red 142 ◦ green 162 ◦ blue 159

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

Shades of Cascade #8EA29F

Tints of Cascade #8EA29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.34%

R = 30.67%
G = 34.99%
B = 34.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#8EA29F (or 0x8EA29F) is known color: Cascade. HEX triplet: 8E, A2 and 9F. RGB value is (142,162,159). Sum of RGB (Red+Green+Blue) = 142+162+159=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA29F is #715D60. Grayscale: #9B9B9B. Windows color (decimal): -7429473 or 10461838. OLE color: 10461838.

HSL color Cylindrical-coordinate representation of color #8EA29F: hue angle of 171º 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 #8EA29F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 162 159 -
CMYK 0.12 0 0.02 0.36
HSL 171º 0.1% 0.6% -
HSV(B) 171º 0.12% 0.64% -
XYZ 30.33 34.09 37.78 -
YUV 155.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 142 162 159 0.12 0 0.02 0.36 171 0.1 0.6
Hex 8E A2 9F C 0 2 24 AB A 3C
Octal 216 242 237 14 0 2 44 253 12 74
Binary 10001110 10100010 10011111 1100 0 10 100100 10101011 1010 111100

Color Harmonies of #8EA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA29F

Black with #8EA29F

Text Example


Text Example

White with #8EA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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