Html Css Color HEX #8EA89F Cascade

📋 copy color: '#8EA89F'

red 142 ◦ green 168 ◦ blue 159

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

Shades of Cascade #8EA89F

Tints of Cascade #8EA89F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

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

R = 30.28%
G = 35.82%
B = 33.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#8EA89F (or 0x8EA89F) is known color: Cascade. HEX triplet: 8E, A8 and 9F. RGB value is (142,168,159). Sum of RGB (Red+Green+Blue) = 142+168+159=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA89F is #715760. Grayscale: #9F9F9F. Windows color (decimal): -7427937 or 10463374. OLE color: 10463374.

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

Color convert

RGB 142 168 159 -
CMYK 0.15 0 0.05 0.34
HSL 159.23º 0.13% 0.61% -
HSV(B) 159.23º 0.15% 0.66% -
XYZ 31.42 36.26 38.14 -
YUV 159.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 142 168 159 0.15 0 0.05 0.34 159.23 0.13 0.61
Hex 8E A8 9F F 0 5 22 9F D 3D
Octal 216 250 237 17 0 5 42 237 15 75
Binary 10001110 10101000 10011111 1111 0 101 100010 10011111 1101 111101

Color Harmonies of #8EA89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA89F

Black with #8EA89F

Text Example


Text Example

White with #8EA89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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