Html Css Color HEX #8EA19B Cascade

📋 copy color: '#8EA19B'

red 142 ◦ green 161 ◦ blue 155

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

Shades of Cascade #8EA19B

Tints of Cascade #8EA19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.15%

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

R = 31%
G = 35.15%
B = 33.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#8EA19B (or 0x8EA19B) is known color: Cascade. HEX triplet: 8E, A1 and 9B. RGB value is (142,161,155). Sum of RGB (Red+Green+Blue) = 142+161+155=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA19B is #715E64. Grayscale: #9A9A9A. Windows color (decimal): -7429733 or 10199438. OLE color: 10199438.

HSL color Cylindrical-coordinate representation of color #8EA19B: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8EA19B is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 161 155 -
CMYK 0.12 0 0.04 0.37
HSL 161.05º 0.09% 0.59% -
HSV(B) 161.05º 0.12% 0.63% -
XYZ 29.82 33.61 35.93 -
YUV 154.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 142 161 155 0.12 0 0.04 0.37 161.05 0.09 0.59
Hex 8E A1 9B C 0 4 25 A1 9 3B
Octal 216 241 233 14 0 4 45 241 11 73
Binary 10001110 10100001 10011011 1100 0 100 100101 10100001 1001 111011

Color Harmonies of #8EA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA19B

Black with #8EA19B

Text Example


Text Example

White with #8EA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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