Html Css Color HEX #84ACAA Ziggurat

📋 copy color: '#84ACAA'

red 132 ◦ green 172 ◦ blue 170

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

Shades of Ziggurat #84ACAA

Tints of Ziggurat #84ACAA

RGB

 RED value IS 132 (51.95% from 255) = 27.85%

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

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 27.85%
G = 36.29%
B = 35.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#84ACAA (or 0x84ACAA) is known color: Ziggurat. HEX triplet: 84, AC and AA. RGB value is (132,172,170). Sum of RGB (Red+Green+Blue) = 132+172+170=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #84ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ACAA is #7B5355. Grayscale: #9F9F9F. Windows color (decimal): -8082262 or 11185284. OLE color: 11185284.

HSL color Cylindrical-coordinate representation of color #84ACAA: hue angle of 177º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84ACAA is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 172 170 -
CMYK 0.23 0 0.01 0.33
HSL 177º 0.19% 0.6% -
HSV(B) 177º 0.23% 0.67% -
XYZ 31.52 37.31 43.57 -
YUV 159.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 132 172 170 0.23 0 0.01 0.33 177 0.19 0.6
Hex 84 AC AA 17 0 1 21 B1 13 3C
Octal 204 254 252 27 0 1 41 261 23 74
Binary 10000100 10101100 10101010 10111 0 1 100001 10110001 10011 111100

Color Harmonies of #84ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACAA

Black with #84ACAA

Text Example


Text Example

White with #84ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84ACAA; }

 p { color: rgb(132,172,170); }

 H1.HeaderClassName
 {
   color: #84ACAA;
 }
 .AnyTagClassName
 {
   color: #84ACAA;
 }
</style>

background-color css

<style>
 a { background-color: #84ACAA; }

 a { background-color: rgb(132,172,170); }

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

border-color css

<style>
 span { border-color: #84ACAA; }

 span { border-color: rgb(132,172,170); }

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