Html Css Color HEX #8EAD9F Cascade

📋 copy color: '#8EAD9F'

red 142 ◦ green 173 ◦ blue 159

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

Shades of Cascade #8EAD9F

Tints of Cascade #8EAD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.5%

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

R = 29.96%
G = 36.5%
B = 33.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#8EAD9F (or 0x8EAD9F) is known color: Cascade. HEX triplet: 8E, AD and 9F. RGB value is (142,173,159). Sum of RGB (Red+Green+Blue) = 142+173+159=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAD9F is #715260. Grayscale: #A2A2A2. Windows color (decimal): -7426657 or 10464654. OLE color: 10464654.

HSL color Cylindrical-coordinate representation of color #8EAD9F: hue angle of 152.9º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EAD9F is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 173 159 -
CMYK 0.18 0 0.08 0.32
HSL 152.9º 0.16% 0.62% -
HSV(B) 152.9º 0.18% 0.68% -
XYZ 32.36 38.14 38.46 -
YUV 162.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 142 173 159 0.18 0 0.08 0.32 152.9 0.16 0.62
Hex 8E AD 9F 12 0 8 20 99 10 3E
Octal 216 255 237 22 0 10 40 231 20 76
Binary 10001110 10101101 10011111 10010 0 1000 100000 10011001 10000 111110

Color Harmonies of #8EAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAD9F

Black with #8EAD9F

Text Example


Text Example

White with #8EAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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