Html Css Color HEX #8EB3A2 Tower Grey

📋 copy color: '#8EB3A2'

red 142 ◦ green 179 ◦ blue 162

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

Shades of Tower Grey #8EB3A2

Tints of Tower Grey #8EB3A2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

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

R = 29.4%
G = 37.06%
B = 33.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#8EB3A2 (or 0x8EB3A2) is known color: Tower Grey. HEX triplet: 8E, B3 and A2. RGB value is (142,179,162). Sum of RGB (Red+Green+Blue) = 142+179+162=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB3A2 is #714C5D. Grayscale: #A6A6A6. Windows color (decimal): -7425118 or 10662798. OLE color: 10662798.

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

Color convert

RGB 142 179 162 -
CMYK 0.21 0 0.09 0.30
HSL 152.43º 0.2% 0.63% -
HSV(B) 152.43º 0.21% 0.7% -
XYZ 33.8 40.6 40.24 -
YUV 166 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 142 179 162 0.21 0 0.09 0.30 152.43 0.2 0.63
Hex 8E B3 A2 15 0 9 1E 98 14 3F
Octal 216 263 242 25 0 11 36 230 24 77
Binary 10001110 10110011 10100010 10101 0 1001 11110 10011000 10100 111111

Color Harmonies of #8EB3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB3A2

Black with #8EB3A2

Text Example


Text Example

White with #8EB3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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