Html Css Color HEX #83ABAC Ziggurat

📋 copy color: '#83ABAC'

red 131 ◦ green 171 ◦ blue 172

#83ABAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #83ABAC

Tints of Ziggurat #83ABAC

RGB

 RED value IS 131 (51.56% from 255) = 27.64%

 GREEN value IS 171 (67.19% from 255) = 36.08%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 27.64%
G = 36.08%
B = 36.29%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #83ABAC: hue angle of 181.46º 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 #83ABAC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 171 172 -
CMYK 0.24 0.01 0 0.33
HSL 181.46º 0.2% 0.59% -
HSV(B) 181.46º 0.24% 0.67% -
XYZ 31.37 36.93 44.5 -
YUV 159.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 131 171 172 0.24 0.01 0 0.33 181.46 0.2 0.59
Hex 83 AB AC 18 1 0 21 B5 14 3B
Octal 203 253 254 30 1 0 41 265 24 73
Binary 10000011 10101011 10101100 11000 1 0 100001 10110101 10100 111011

Color Harmonies of #83ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABAC

Black with #83ABAC

Text Example


Text Example

White with #83ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83ABAC;
 }
 .AnyTagClassName
 {
   color: #83ABAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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