#8FAEAD

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

Shades of Ziggurat #8FAEAD

Tints of Ziggurat #8FAEAD

Color information

#8FAEAD (or 0x8FAEAD) is unknown color: approx Ziggurat. HEX triplet: 8F, AE and AD. RGB value is (143,174,173). Sum of RGB (Red+Green+Blue) = 143+174+173=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAEAD is #705152. Grayscale: #A4A4A4. Windows color (decimal): -7360851 or 11382415. OLE color: 11382415.

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

Color convert

RGB143174173-
CMYK0.1800.010.32
HSL178.06º16.06%62.16%-
HSV(B)178.06º17.82%68.24%-
XYZ34.0139.1345.3-
YUV164.62132.73112.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.18%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=29.18%
G=35.51%
B=35.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431741730.1800.010.32178.0616.0662.16
Hex8FAEAD120120b2103e
Octal2172562552201402622076
Binary10001111101011101010110110010011000001011001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,173); }

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

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

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

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

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

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

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