#8DABAA

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

Shades of Ziggurat #8DABAA

Tints of Ziggurat #8DABAA

Color information

#8DABAA (or 0x8DABAA) is unknown color: approx Ziggurat. HEX triplet: 8D, AB and AA. RGB value is (141,171,170). Sum of RGB (Red+Green+Blue) = 141+171+170=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #8DABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DABAA is #725455. Grayscale: #A1A1A1. Windows color (decimal): -7492694 or 11185037. OLE color: 11185037.

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

Color convert

RGB141171170-
CMYK0.1800.010.33
HSL178º15.15%61.18%-
HSV(B)178º17.54%67.06%-
XYZ32.837.6943.58-
YUV161.92132.56113.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=29.25%
G=35.48%
B=35.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411711700.1800.010.3317815.1561.18
Hex8DABAA120121b2f3d
Octal2152532522201412621775
Binary1000110110101011101010101001001100001101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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