#80ADB5

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

Shades of Ziggurat #80ADB5

Tints of Ziggurat #80ADB5

Color information

#80ADB5 (or 0x80ADB5) is unknown color: approx Ziggurat. HEX triplet: 80, AD and B5. RGB value is (128,173,181). Sum of RGB (Red+Green+Blue) = 128+173+181=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #80ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADB5 is #7F524A. Grayscale: #A0A0A0. Windows color (decimal): -8344139 or 11906432. OLE color: 11906432.

HSL color Cylindrical-coordinate representation of color #80ADB5: hue angle of 189.06º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80ADB5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128173181-
CMYK0.290.0400.29
HSL189.06º26.37%60.59%-
HSV(B)189.06º29.28%70.98%-
XYZ32.1937.8149.32-
YUV160.46139.59104.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=26.56%
G=35.89%
B=37.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281731810.290.0400.29189.0626.3760.59
Hex80ADB51D401Dbd1a3d
Octal2002552653540352753275
Binary100000001010110110110101111011000111011011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80ADB5; }

 p { color: rgb(128,173,181); }

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

<style>
 a { background-color: #80ADB5; }

 a { background-color: rgb(128,173,181); }

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

<style>
 span { border-color: #80ADB5; }

 span { border-color: rgb(128,173,181); }

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