#8EA8AB

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

Shades of Ziggurat #8EA8AB

Tints of Ziggurat #8EA8AB

Color information

#8EA8AB (or 0x8EA8AB) is unknown color: approx Ziggurat. HEX triplet: 8E, A8 and AB. RGB value is (142,168,171). Sum of RGB (Red+Green+Blue) = 142+168+171=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #8EA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA8AB is #715754. Grayscale: #A0A0A0. Windows color (decimal): -7427925 or 11249806. OLE color: 11249806.

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

Color convert

RGB142168171-
CMYK0.170.0200.33
HSL186.21º14.72%61.37%-
HSV(B)186.21º16.96%67.06%-
XYZ32.5136.743.9-
YUV160.57133.89114.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=29.52%
G=34.93%
B=35.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421681710.170.0200.33186.2114.7261.37
Hex8EA8AB112021baf3d
Octal2162502532120412721775
Binary10001110101010001010101110001100100001101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,168,171); }

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

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

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

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

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

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

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