#8EACAE

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

Shades of Ziggurat #8EACAE

Tints of Ziggurat #8EACAE

Color information

#8EACAE (or 0x8EACAE) is unknown color: approx Ziggurat. HEX triplet: 8E, AC and AE. RGB value is (142,172,174). Sum of RGB (Red+Green+Blue) = 142+172+174=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #8EACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACAE is #715351. Grayscale: #A3A3A3. Windows color (decimal): -7426898 or 11447438. OLE color: 11447438.

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

Color convert

RGB142172174-
CMYK0.180.0100.32
HSL183.75º16.49%61.96%-
HSV(B)183.75º18.39%68.24%-
XYZ33.5538.3145.67-
YUV163.26134.06112.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=29.10%
G=35.25%
B=35.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421721740.180.0100.32183.7516.4961.96
Hex8EACAE121020b8103e
Octal2162542562210402702076
Binary10001110101011001010111010010101000001011100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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