Html Css Color HEX #8EA99E Cascade

📋 copy color: '#8EA99E'

red 142 ◦ green 169 ◦ blue 158

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

Shades of Cascade #8EA99E

Tints of Cascade #8EA99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.03%

 BLUE value IS 158 (62.11% from 255) = 33.69%

R = 30.28%
G = 36.03%
B = 33.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#8EA99E (or 0x8EA99E) is known color: Cascade. HEX triplet: 8E, A9 and 9E. RGB value is (142,169,158). Sum of RGB (Red+Green+Blue) = 142+169+158=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA99E is #715661. Grayscale: #9F9F9F. Windows color (decimal): -7427682 or 10398094. OLE color: 10398094.

HSL color Cylindrical-coordinate representation of color #8EA99E: hue angle of 155.56º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA99E is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 169 158 -
CMYK 0.16 0 0.07 0.34
HSL 155.56º 0.14% 0.61% -
HSV(B) 155.56º 0.16% 0.66% -
XYZ 31.51 36.6 37.75 -
YUV 159.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 142 169 158 0.16 0 0.07 0.34 155.56 0.14 0.61
Hex 8E A9 9E 10 0 7 22 9C E 3D
Octal 216 251 236 20 0 7 42 234 16 75
Binary 10001110 10101001 10011110 10000 0 111 100010 10011100 1110 111101

Color Harmonies of #8EA99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA99E

Black with #8EA99E

Text Example


Text Example

White with #8EA99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,169,158); }

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

background-color css

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

 a { background-color: rgb(142,169,158); }

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

border-color css

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

 span { border-color: rgb(142,169,158); }

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