Html Css Color HEX #8EA399 Cascade

📋 copy color: '#8EA399'

red 142 ◦ green 163 ◦ blue 153

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

Shades of Cascade #8EA399

Tints of Cascade #8EA399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.59%

 BLUE value IS 153 (60.16% from 255) = 33.41%

R = 31%
G = 35.59%
B = 33.41%

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

#8EA399 (or 0x8EA399) is known color: Cascade. HEX triplet: 8E, A3 and 99. RGB value is (142,163,153). Sum of RGB (Red+Green+Blue) = 142+163+153=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA399 is #715C66. Grayscale: #9B9B9B. Windows color (decimal): -7429223 or 10068878. OLE color: 10068878.

HSL color Cylindrical-coordinate representation of color #8EA399: hue angle of 151.43º degrees, saturation: 0.1, 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 #8EA399 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 163 153 -
CMYK 0.13 0 0.06 0.36
HSL 151.43º 0.1% 0.6% -
HSV(B) 151.43º 0.13% 0.64% -
XYZ 30 34.25 35.17 -
YUV 155.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 142 163 153 0.13 0 0.06 0.36 151.43 0.1 0.6
Hex 8E A3 99 D 0 6 24 97 A 3C
Octal 216 243 231 15 0 6 44 227 12 74
Binary 10001110 10100011 10011001 1101 0 110 100100 10010111 1010 111100

Color Harmonies of #8EA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA399

Black with #8EA399

Text Example


Text Example

White with #8EA399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,163,153); }

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

background-color css

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

 a { background-color: rgb(142,163,153); }

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

border-color css

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

 span { border-color: rgb(142,163,153); }

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