Html Css Color HEX #8EAB9D Tower Grey

📋 copy color: '#8EAB9D'

red 142 ◦ green 171 ◦ blue 157

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

Shades of Tower Grey #8EAB9D

Tints of Tower Grey #8EAB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 30.21%
G = 36.38%
B = 33.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#8EAB9D (or 0x8EAB9D) is known color: Tower Grey. HEX triplet: 8E, AB and 9D. RGB value is (142,171,157). Sum of RGB (Red+Green+Blue) = 142+171+157=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAB9D is #715462. Grayscale: #A0A0A0. Windows color (decimal): -7427171 or 10333070. OLE color: 10333070.

HSL color Cylindrical-coordinate representation of color #8EAB9D: hue angle of 151.03º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EAB9D is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 171 157 -
CMYK 0.17 0 0.08 0.33
HSL 151.03º 0.15% 0.61% -
HSV(B) 151.03º 0.17% 0.67% -
XYZ 31.8 37.31 37.42 -
YUV 160.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 142 171 157 0.17 0 0.08 0.33 151.03 0.15 0.61
Hex 8E AB 9D 11 0 8 21 97 F 3D
Octal 216 253 235 21 0 10 41 227 17 75
Binary 10001110 10101011 10011101 10001 0 1000 100001 10010111 1111 111101

Color Harmonies of #8EAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAB9D

Black with #8EAB9D

Text Example


Text Example

White with #8EAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,171,157); }

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

background-color css

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

 a { background-color: rgb(142,171,157); }

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

border-color css

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

 span { border-color: rgb(142,171,157); }

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