#80B49B

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

Shades of Padua #80B49B

Tints of Padua #80B49B

Color information

#80B49B (or 0x80B49B) is unknown color: approx Padua. HEX triplet: 80, B4 and 9B. RGB value is (128,180,155). Sum of RGB (Red+Green+Blue) = 128+180+155=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #80B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B49B is #7F4B64. Grayscale: #A1A1A1. Windows color (decimal): -8342373 or 10204288. OLE color: 10204288.

HSL color Cylindrical-coordinate representation of color #80B49B: hue angle of 151.15º 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 #80B49B is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB128180155-
CMYK0.2900.140.29
HSL151.15º25.74%60.39%-
HSV(B)151.15º28.89%70.59%-
XYZ31.1439.637.01-
YUV161.6124.27104.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=27.65%
G=38.88%
B=33.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281801550.2900.140.29151.1525.7460.39
Hex80B49B1D0E1D971a3c
Octal20026423335016352273274
Binary1000000010110100100110111110101110111011001011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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