#81ACB4

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

Shades of Ziggurat #81ACB4

Tints of Ziggurat #81ACB4

Color information

#81ACB4 (or 0x81ACB4) is unknown color: approx Ziggurat. HEX triplet: 81, AC and B4. RGB value is (129,172,180). Sum of RGB (Red+Green+Blue) = 129+172+180=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #81ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACB4 is #7E534B. Grayscale: #9F9F9F. Windows color (decimal): -8278860 or 11840641. OLE color: 11840641.

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

Color convert

RGB129172180-
CMYK0.280.0400.29
HSL189.41º25.37%60.59%-
HSV(B)189.41º28.33%70.59%-
XYZ32.0437.4748.72-
YUV160.06139.25105.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=26.82%
G=35.76%
B=37.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291721800.280.0400.29189.4125.3760.59
Hex81ACB41C401Dbd193d
Octal2012542643440352753175
Binary100000011010110010110100111001000111011011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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