Html Css Color HEX #8EB4A2 Tower Grey

📋 copy color: '#8EB4A2'

red 142 ◦ green 180 ◦ blue 162

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

Shades of Tower Grey #8EB4A2

Tints of Tower Grey #8EB4A2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 162 (63.67% from 255) = 33.47%

R = 29.34%
G = 37.19%
B = 33.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#8EB4A2 (or 0x8EB4A2) is known color: Tower Grey. HEX triplet: 8E, B4 and A2. RGB value is (142,180,162). Sum of RGB (Red+Green+Blue) = 142+180+162=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB4A2 is #714B5D. Grayscale: #A6A6A6. Windows color (decimal): -7424862 or 10663054. OLE color: 10663054.

HSL color Cylindrical-coordinate representation of color #8EB4A2: hue angle of 151.58º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EB4A2 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 180 162 -
CMYK 0.21 0 0.1 0.29
HSL 151.58º 0.2% 0.63% -
HSV(B) 151.58º 0.21% 0.71% -
XYZ 34 41 40.3 -
YUV 166.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 142 180 162 0.21 0 0.1 0.29 151.58 0.2 0.63
Hex 8E B4 A2 15 0 A 1D 98 14 3F
Octal 216 264 242 25 0 12 35 230 24 77
Binary 10001110 10110100 10100010 10101 0 1010 11101 10011000 10100 111111

Color Harmonies of #8EB4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB4A2

Black with #8EB4A2

Text Example


Text Example

White with #8EB4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,180,162); }

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

background-color css

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

 a { background-color: rgb(142,180,162); }

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

border-color css

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

 span { border-color: rgb(142,180,162); }

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