#8DABAD

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

Shades of Ziggurat #8DABAD

Tints of Ziggurat #8DABAD

Color information

#8DABAD (or 0x8DABAD) is unknown color: approx Ziggurat. HEX triplet: 8D, AB and AD. RGB value is (141,171,173). Sum of RGB (Red+Green+Blue) = 141+171+173=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DABAD is #725452. Grayscale: #A2A2A2. Windows color (decimal): -7492691 or 11381645. OLE color: 11381645.

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

Color convert

RGB141171173-
CMYK0.180.0100.32
HSL183.75º16.33%61.57%-
HSV(B)183.75º18.5%67.84%-
XYZ33.0937.8145.09-
YUV162.26134.06112.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=29.07%
G=35.26%
B=35.67%

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
Decimal1411711730.180.0100.32183.7516.3361.57
Hex8DABAD121020b8103e
Octal2152532552210402702076
Binary10001101101010111010110110010101000001011100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,173); }

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

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

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

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

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

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

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