#83ACAB

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

Shades of Ziggurat #83ACAB

Tints of Ziggurat #83ACAB

Color information

#83ACAB (or 0x83ACAB) is unknown color: approx Ziggurat. HEX triplet: 83, AC and AB. RGB value is (131,172,171). Sum of RGB (Red+Green+Blue) = 131+172+171=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #83ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ACAB is #7C5354. Grayscale: #9F9F9F. Windows color (decimal): -8147797 or 11250819. OLE color: 11250819.

HSL color Cylindrical-coordinate representation of color #83ACAB: hue angle of 178.54º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83ACAB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB131172171-
CMYK0.2400.010.33
HSL178.54º19.81%59.41%-
HSV(B)178.54º23.84%67.45%-
XYZ31.4637.2744.06-
YUV159.63134.42107.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=27.64%
G=36.29%
B=36.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311721710.2400.010.33178.5419.8159.41
Hex83ACAB180121b3143b
Octal2032542533001412632473
Binary10000011101011001010101111000011000011011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83ACAB; }

 p { color: rgb(131,172,171); }

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

<style>
 a { background-color: #83ACAB; }

 a { background-color: rgb(131,172,171); }

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

<style>
 span { border-color: #83ACAB; }

 span { border-color: rgb(131,172,171); }

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