#8EADAD

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

Shades of Ziggurat #8EADAD

Tints of Ziggurat #8EADAD

Color information

#8EADAD (or 0x8EADAD) is unknown color: approx Ziggurat. HEX triplet: 8E, AD and AD. RGB value is (142,173,173). Sum of RGB (Red+Green+Blue) = 142+173+173=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #8EADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADAD is #715252. Grayscale: #A3A3A3. Windows color (decimal): -7426643 or 11382158. OLE color: 11382158.

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

Color convert

RGB142173173-
CMYK0.18000.32
HSL180º15.9%61.76%-
HSV(B)180º17.92%67.84%-
XYZ33.6438.6645.22-
YUV163.73133.23112.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=29.10%
G=35.45%
B=35.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421731730.18000.3218015.961.76
Hex8EADAD120020b4103e
Octal2162552552200402642076
Binary10001110101011011010110110010001000001011010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,173); }

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

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

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

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

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

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

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