Html Css Color HEX #84ABA8 Ziggurat

📋 copy color: '#84ABA8'

red 132 ◦ green 171 ◦ blue 168

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

Shades of Ziggurat #84ABA8

Tints of Ziggurat #84ABA8

RGB

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

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

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

R = 28.03%
G = 36.31%
B = 35.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#84ABA8 (or 0x84ABA8) is known color: Ziggurat. HEX triplet: 84, AB and A8. RGB value is (132,171,168). Sum of RGB (Red+Green+Blue) = 132+171+168=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #84ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABA8 is #7B5457. Grayscale: #9E9E9E. Windows color (decimal): -8082520 or 11053956. OLE color: 11053956.

HSL color Cylindrical-coordinate representation of color #84ABA8: hue angle of 175.38º 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 #84ABA8 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 171 168 -
CMYK 0.23 0 0.02 0.33
HSL 175.38º 0.19% 0.59% -
HSV(B) 175.38º 0.23% 0.67% -
XYZ 31.15 36.86 42.52 -
YUV 159 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 132 171 168 0.23 0 0.02 0.33 175.38 0.19 0.59
Hex 84 AB A8 17 0 2 21 AF 13 3B
Octal 204 253 250 27 0 2 41 257 23 73
Binary 10000100 10101011 10101000 10111 0 10 100001 10101111 10011 111011

Color Harmonies of #84ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABA8

Black with #84ABA8

Text Example


Text Example

White with #84ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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