#83AFAD

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

Shades of Ziggurat #83AFAD

Tints of Ziggurat #83AFAD

Color information

#83AFAD (or 0x83AFAD) is unknown color: approx Ziggurat. HEX triplet: 83, AF and AD. RGB value is (131,175,173). Sum of RGB (Red+Green+Blue) = 131+175+173=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #83AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AFAD is #7C5052. Grayscale: #A1A1A1. Windows color (decimal): -8147027 or 11382659. OLE color: 11382659.

HSL color Cylindrical-coordinate representation of color #83AFAD: hue angle of 177.27º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AFAD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB131175173-
CMYK0.2500.010.31
HSL177.27º21.57%60%-
HSV(B)177.27º25.14%68.63%-
XYZ32.2338.545.27-
YUV161.62134.42106.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=27.35%
G=36.53%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311751730.2500.010.31177.2721.5760
Hex83AFAD19011Fb1163c
Octal2032572553101372612674
Binary1000001110101111101011011100101111111011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,175,173); }

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

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

 a { background-color: rgb(131,175,173); }

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

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

 span { border-color: rgb(131,175,173); }

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