Html Css Color HEX #8EA8A5 Cascade

📋 copy color: '#8EA8A5'

red 142 ◦ green 168 ◦ blue 165

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

Shades of Cascade #8EA8A5

Tints of Cascade #8EA8A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.74%

R = 29.89%
G = 35.37%
B = 34.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#8EA8A5 (or 0x8EA8A5) is known color: Cascade. HEX triplet: 8E, A8 and A5. RGB value is (142,168,165). Sum of RGB (Red+Green+Blue) = 142+168+165=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA8A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA8A5 is #71575A. Grayscale: #9F9F9F. Windows color (decimal): -7427931 or 10856590. OLE color: 10856590.

HSL color Cylindrical-coordinate representation of color #8EA8A5: hue angle of 173.08º 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 #8EA8A5 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 168 165 -
CMYK 0.15 0 0.02 0.34
HSL 173.08º 0.13% 0.61% -
HSV(B) 173.08º 0.15% 0.66% -
XYZ 31.95 36.47 40.95 -
YUV 159.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 142 168 165 0.15 0 0.02 0.34 173.08 0.13 0.61
Hex 8E A8 A5 F 0 2 22 AD D 3D
Octal 216 250 245 17 0 2 42 255 15 75
Binary 10001110 10101000 10100101 1111 0 10 100010 10101101 1101 111101

Color Harmonies of #8EA8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA8A5

Black with #8EA8A5

Text Example


Text Example

White with #8EA8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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