Html Css Color HEX #8EADA1 Cascade

📋 copy color: '#8EADA1'

red 142 ◦ green 173 ◦ blue 161

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

Shades of Cascade #8EADA1

Tints of Cascade #8EADA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.82%

R = 29.83%
G = 36.34%
B = 33.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#8EADA1 (or 0x8EADA1) is known color: Cascade. HEX triplet: 8E, AD and A1. RGB value is (142,173,161). Sum of RGB (Red+Green+Blue) = 142+173+161=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #8EADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADA1 is #71525E. Grayscale: #A2A2A2. Windows color (decimal): -7426655 or 10595726. OLE color: 10595726.

HSL color Cylindrical-coordinate representation of color #8EADA1: hue angle of 156.77º 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 #8EADA1 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 173 161 -
CMYK 0.18 0 0.07 0.32
HSL 156.77º 0.16% 0.62% -
HSV(B) 156.77º 0.18% 0.68% -
XYZ 32.53 38.21 39.38 -
YUV 162.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 142 173 161 0.18 0 0.07 0.32 156.77 0.16 0.62
Hex 8E AD A1 12 0 7 20 9D 10 3E
Octal 216 255 241 22 0 7 40 235 20 76
Binary 10001110 10101101 10100001 10010 0 111 100000 10011101 10000 111110

Color Harmonies of #8EADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADA1

Black with #8EADA1

Text Example


Text Example

White with #8EADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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