Html Css Color HEX #80ABAD Ziggurat

📋 copy color: '#80ABAD'

red 128 ◦ green 171 ◦ blue 173

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

Shades of Ziggurat #80ABAD

Tints of Ziggurat #80ABAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 27.12%
G = 36.23%
B = 36.65%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#80ABAD (or 0x80ABAD) is known color: Ziggurat. HEX triplet: 80, AB and AD. RGB value is (128,171,173). Sum of RGB (Red+Green+Blue) = 128+171+173=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #80ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABAD is #7F5452. Grayscale: #9E9E9E. Windows color (decimal): -8344659 or 11381632. OLE color: 11381632.

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

Color convert

RGB 128 171 173 -
CMYK 0.26 0.01 0 0.32
HSL 182.67º 0.22% 0.59% -
HSV(B) 182.67º 0.26% 0.68% -
XYZ 31.01 36.73 44.99 -
YUV 158.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 128 171 173 0.26 0.01 0 0.32 182.67 0.22 0.59
Hex 80 AB AD 1A 1 0 20 B7 16 3B
Octal 200 253 255 32 1 0 40 267 26 73
Binary 10000000 10101011 10101101 11010 1 0 100000 10110111 10110 111011

Color Harmonies of #80ABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABAD

Black with #80ABAD

Text Example


Text Example

White with #80ABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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