Html Css Color HEX #84ABAA Ziggurat

📋 copy color: '#84ABAA'

red 132 ◦ green 171 ◦ blue 170

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

Shades of Ziggurat #84ABAA

Tints of Ziggurat #84ABAA

RGB

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

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

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

R = 27.91%
G = 36.15%
B = 35.94%

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

#84ABAA (or 0x84ABAA) is known color: Ziggurat. HEX triplet: 84, AB and AA. RGB value is (132,171,170). Sum of RGB (Red+Green+Blue) = 132+171+170=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #84ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABAA is #7B5455. Grayscale: #9F9F9F. Windows color (decimal): -8082518 or 11185028. OLE color: 11185028.

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

Color convert

RGB 132 171 170 -
CMYK 0.23 0 0.01 0.33
HSL 178.46º 0.19% 0.59% -
HSV(B) 178.46º 0.23% 0.67% -
XYZ 31.33 36.93 43.51 -
YUV 159.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 132 171 170 0.23 0 0.01 0.33 178.46 0.19 0.59
Hex 84 AB AA 17 0 1 21 B2 13 3B
Octal 204 253 252 27 0 1 41 262 23 73
Binary 10000100 10101011 10101010 10111 0 1 100001 10110010 10011 111011

Color Harmonies of #84ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABAA

Black with #84ABAA

Text Example


Text Example

White with #84ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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