Html Css Color HEX #8EAE9F Tower Grey

📋 copy color: '#8EAE9F'

red 142 ◦ green 174 ◦ blue 159

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

Shades of Tower Grey #8EAE9F

Tints of Tower Grey #8EAE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.63%

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

R = 29.89%
G = 36.63%
B = 33.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#8EAE9F (or 0x8EAE9F) is known color: Tower Grey. HEX triplet: 8E, AE and 9F. RGB value is (142,174,159). Sum of RGB (Red+Green+Blue) = 142+174+159=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAE9F is #715160. Grayscale: #A2A2A2. Windows color (decimal): -7426401 or 10464910. OLE color: 10464910.

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

Color convert

RGB 142 174 159 -
CMYK 0.18 0 0.09 0.32
HSL 151.88º 0.16% 0.62% -
HSV(B) 151.88º 0.18% 0.68% -
XYZ 32.55 38.53 38.52 -
YUV 162.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 142 174 159 0.18 0 0.09 0.32 151.88 0.16 0.62
Hex 8E AE 9F 12 0 9 20 98 10 3E
Octal 216 256 237 22 0 11 40 230 20 76
Binary 10001110 10101110 10011111 10010 0 1001 100000 10011000 10000 111110

Color Harmonies of #8EAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAE9F

Black with #8EAE9F

Text Example


Text Example

White with #8EAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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