Html Css Color HEX #8EA3A0 Cascade

📋 copy color: '#8EA3A0'

red 142 ◦ green 163 ◦ blue 160

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

Shades of Cascade #8EA3A0

Tints of Cascade #8EA3A0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 30.54%
G = 35.05%
B = 34.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#8EA3A0 (or 0x8EA3A0) is known color: Cascade. HEX triplet: 8E, A3 and A0. RGB value is (142,163,160). Sum of RGB (Red+Green+Blue) = 142+163+160=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA3A0 is #715C5F. Grayscale: #9C9C9C. Windows color (decimal): -7429216 or 10527630. OLE color: 10527630.

HSL color Cylindrical-coordinate representation of color #8EA3A0: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8EA3A0 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 163 160 -
CMYK 0.13 0 0.02 0.36
HSL 171.43º 0.1% 0.6% -
HSV(B) 171.43º 0.13% 0.64% -
XYZ 30.6 34.48 38.3 -
YUV 156.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 142 163 160 0.13 0 0.02 0.36 171.43 0.1 0.6
Hex 8E A3 A0 D 0 2 24 AB A 3C
Octal 216 243 240 15 0 2 44 253 12 74
Binary 10001110 10100011 10100000 1101 0 10 100100 10101011 1010 111100

Color Harmonies of #8EA3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA3A0

Black with #8EA3A0

Text Example


Text Example

White with #8EA3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,163,160); }

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

background-color css

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

 a { background-color: rgb(142,163,160); }

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

border-color css

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

 span { border-color: rgb(142,163,160); }

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