Html Css Color HEX #80ACAB Ziggurat

📋 copy color: '#80ACAB'

red 128 ◦ green 172 ◦ blue 171

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

Shades of Ziggurat #80ACAB

Tints of Ziggurat #80ACAB

RGB

 RED value IS 128 (50.39% from 255) = 27.18%

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

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

R = 27.18%
G = 36.52%
B = 36.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#80ACAB (or 0x80ACAB) is known color: Ziggurat. HEX triplet: 80, AC and AB. RGB value is (128,172,171). Sum of RGB (Red+Green+Blue) = 128+172+171=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #80ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACAB is #7F5354. Grayscale: #9E9E9E. Windows color (decimal): -8344405 or 11250816. OLE color: 11250816.

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

Color convert

RGB 128 172 171 -
CMYK 0.26 0 0.01 0.33
HSL 178.64º 0.21% 0.59% -
HSV(B) 178.64º 0.26% 0.67% -
XYZ 31.01 37.03 44.04 -
YUV 158.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 128 172 171 0.26 0 0.01 0.33 178.64 0.21 0.59
Hex 80 AC AB 1A 0 1 21 B3 15 3B
Octal 200 254 253 32 0 1 41 263 25 73
Binary 10000000 10101100 10101011 11010 0 1 100001 10110011 10101 111011

Color Harmonies of #80ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACAB

Black with #80ACAB

Text Example


Text Example

White with #80ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80ACAB; }

 p { color: rgb(128,172,171); }

 H1.HeaderClassName
 {
   color: #80ACAB;
 }
 .AnyTagClassName
 {
   color: #80ACAB;
 }
</style>

background-color css

<style>
 a { background-color: #80ACAB; }

 a { background-color: rgb(128,172,171); }

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

border-color css

<style>
 span { border-color: #80ACAB; }

 span { border-color: rgb(128,172,171); }

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