#8DAEAC

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

Shades of Ziggurat #8DAEAC

Tints of Ziggurat #8DAEAC

Color information

#8DAEAC (or 0x8DAEAC) is unknown color: approx Ziggurat. HEX triplet: 8D, AE and AC. RGB value is (141,174,172). Sum of RGB (Red+Green+Blue) = 141+174+172=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEAC is #725153. Grayscale: #A3A3A3. Windows color (decimal): -7491924 or 11316877. OLE color: 11316877.

HSL color Cylindrical-coordinate representation of color #8DAEAC: hue angle of 176.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAEAC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB141174172-
CMYK0.1900.010.32
HSL176.36º16.92%61.76%-
HSV(B)176.36º18.97%68.24%-
XYZ33.5738.9144.77-
YUV163.9132.57111.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.95%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=28.95%
G=35.73%
B=35.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411741720.1900.010.32176.3616.9261.76
Hex8DAEAC130120b0113e
Octal2152562542301402602176
Binary10001101101011101010110010011011000001011000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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