#80B49D

Color #80B49D Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #80B49D

Tints of Padua #80B49D

Color information

#80B49D (or 0x80B49D) is unknown color: approx Padua. HEX triplet: 80, B4 and 9D. RGB value is (128,180,157). Sum of RGB (Red+Green+Blue) = 128+180+157=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #80B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B49D is #7F4B62. Grayscale: #A1A1A1. Windows color (decimal): -8342371 or 10335360. OLE color: 10335360.

HSL color Cylindrical-coordinate representation of color #80B49D: hue angle of 153.46º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B49D is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB128180157-
CMYK0.2900.130.29
HSL153.46º25.74%60.39%-
HSV(B)153.46º28.89%70.59%-
XYZ31.3139.6737.9-
YUV161.83125.27103.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=27.53%
G=38.71%
B=33.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281801570.2900.130.29153.4625.7460.39
Hex80B49D1D0D1D991a3c
Octal20026423535015352313274
Binary1000000010110100100111011110101101111011001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,157); }

 H1.HeaderClassName
 {
   color: #80B49D;
 }
 .AnyTagClassName
 {
   color: #80B49D;
 }
</style>
background-color css

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

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

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

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

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

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