#80ACB4

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

Shades of Ziggurat #80ACB4

Tints of Ziggurat #80ACB4

Color information

#80ACB4 (or 0x80ACB4) is unknown color: approx Ziggurat. HEX triplet: 80, AC and B4. RGB value is (128,172,180). Sum of RGB (Red+Green+Blue) = 128+172+180=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 180 - color contains mainly: blue. Hex color #80ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACB4 is #7F534B. Grayscale: #9F9F9F. Windows color (decimal): -8344396 or 11840640. OLE color: 11840640.

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

Color convert

RGB128172180-
CMYK0.290.0400.29
HSL189.23º25.74%60.39%-
HSV(B)189.23º28.89%70.59%-
XYZ31.8937.3948.72-
YUV159.76139.42105.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 180 (70.70% from 255) = 37.5%
R=26.67%
G=35.83%
B=37.5%

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
Decimal1281721800.290.0400.29189.2325.7460.39
Hex80ACB41D401Dbd1a3c
Octal2002542643540352753274
Binary100000001010110010110100111011000111011011110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,180); }

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

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

 a { background-color: rgb(128,172,180); }

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

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

 span { border-color: rgb(128,172,180); }

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