#8EA7AA

Color #8EA7AA Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #8EA7AA

Tints of Ziggurat #8EA7AA

Color information

#8EA7AA (or 0x8EA7AA) is unknown color: approx Ziggurat. HEX triplet: 8E, A7 and AA. RGB value is (142,167,170). Sum of RGB (Red+Green+Blue) = 142+167+170=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #8EA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA7AA is #715855. Grayscale: #9F9F9F. Windows color (decimal): -7428182 or 11184014. OLE color: 11184014.

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

Color convert

RGB142167170-
CMYK0.160.0200.33
HSL186.43º14.14%61.18%-
HSV(B)186.43º16.47%66.67%-
XYZ32.2336.2943.34-
YUV159.87133.72115.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.65%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=29.65%
G=34.86%
B=35.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421671700.160.0200.33186.4314.1461.18
Hex8EA7AA102021bae3d
Octal2162472522020412721675
Binary10001110101001111010101010000100100001101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,167,170); }

 H1.HeaderClassName
 {
   color: #8EA7AA;
 }
 .AnyTagClassName
 {
   color: #8EA7AA;
 }
</style>
background-color css

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

 a { background-color: rgb(142,167,170); }

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

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

 span { border-color: rgb(142,167,170); }

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