Html Css Color HEX #84AAA8 Ziggurat

📋 copy color: '#84AAA8'

red 132 ◦ green 170 ◦ blue 168

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

Shades of Ziggurat #84AAA8

Tints of Ziggurat #84AAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 168 (66.02% from 255) = 35.74%

R = 28.09%
G = 36.17%
B = 35.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#84AAA8 (or 0x84AAA8) is known color: Ziggurat. HEX triplet: 84, AA and A8. RGB value is (132,170,168). Sum of RGB (Red+Green+Blue) = 132+170+168=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #84AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AAA8 is #7B5557. Grayscale: #9E9E9E. Windows color (decimal): -8082776 or 11053700. OLE color: 11053700.

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

Color convert

RGB 132 170 168 -
CMYK 0.22 0 0.01 0.33
HSL 176.84º 0.18% 0.59% -
HSV(B) 176.84º 0.22% 0.67% -
XYZ 30.96 36.48 42.46 -
YUV 158.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 132 170 168 0.22 0 0.01 0.33 176.84 0.18 0.59
Hex 84 AA A8 16 0 1 21 B1 12 3B
Octal 204 252 250 26 0 1 41 261 22 73
Binary 10000100 10101010 10101000 10110 0 1 100001 10110001 10010 111011

Color Harmonies of #84AAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAA8

Black with #84AAA8

Text Example


Text Example

White with #84AAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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