Html Css Color HEX #83AEAC Ziggurat

📋 copy color: '#83AEAC'

red 131 ◦ green 174 ◦ blue 172

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

Shades of Ziggurat #83AEAC

Tints of Ziggurat #83AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.48%

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

R = 27.46%
G = 36.48%
B = 36.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#83AEAC (or 0x83AEAC) is known color: Ziggurat. HEX triplet: 83, AE and AC. RGB value is (131,174,172). Sum of RGB (Red+Green+Blue) = 131+174+172=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #83AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AEAC is #7C5153. Grayscale: #A0A0A0. Windows color (decimal): -8147284 or 11316867. OLE color: 11316867.

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

Color convert

RGB 131 174 172 -
CMYK 0.25 0 0.01 0.32
HSL 177.21º 0.21% 0.6% -
HSV(B) 177.21º 0.25% 0.68% -
XYZ 31.94 38.08 44.7 -
YUV 160.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 131 174 172 0.25 0 0.01 0.32 177.21 0.21 0.6
Hex 83 AE AC 19 0 1 20 B1 15 3C
Octal 203 256 254 31 0 1 40 261 25 74
Binary 10000011 10101110 10101100 11001 0 1 100000 10110001 10101 111100

Color Harmonies of #83AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEAC

Black with #83AEAC

Text Example


Text Example

White with #83AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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