Html Css Color HEX #80ABAB Ziggurat

📋 copy color: '#80ABAB'

red 128 ◦ green 171 ◦ blue 171

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

Shades of Ziggurat #80ABAB

Tints of Ziggurat #80ABAB

RGB

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

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

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

R = 27.23%
G = 36.38%
B = 36.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#80ABAB (or 0x80ABAB) is known color: Ziggurat. HEX triplet: 80, AB and AB. RGB value is (128,171,171). Sum of RGB (Red+Green+Blue) = 128+171+171=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #80ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABAB is #7F5454. Grayscale: #9E9E9E. Windows color (decimal): -8344661 or 11250560. OLE color: 11250560.

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

Color convert

RGB 128 171 171 -
CMYK 0.25 0 0 0.33
HSL 180º 0.2% 0.59% -
HSV(B) 180º 0.25% 0.67% -
XYZ 30.82 36.66 43.98 -
YUV 158.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 128 171 171 0.25 0 0 0.33 180 0.2 0.59
Hex 80 AB AB 19 0 0 21 B4 14 3B
Octal 200 253 253 31 0 0 41 264 24 73
Binary 10000000 10101011 10101011 11001 0 0 100001 10110100 10100 111011

Color Harmonies of #80ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABAB

Black with #80ABAB

Text Example


Text Example

White with #80ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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