#80AD91

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

Shades of Padua #80AD91

Tints of Padua #80AD91

Color information

#80AD91 (or 0x80AD91) is unknown color: approx Padua. HEX triplet: 80, AD and 91. RGB value is (128,173,145). Sum of RGB (Red+Green+Blue) = 128+173+145=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD91 is #7F526E. Grayscale: #9C9C9C. Windows color (decimal): -8344175 or 9547136. OLE color: 9547136.

HSL color Cylindrical-coordinate representation of color #80AD91: hue angle of 142.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 #80AD91 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB128173145-
CMYK0.2600.160.32
HSL142.67º21.53%59.02%-
HSV(B)142.67º26.01%67.84%-
XYZ28.9636.5232.31-
YUV156.35121.59107.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.70%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 145 (57.03% from 255) = 32.51%
R=28.70%
G=38.79%
B=32.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281731450.2600.160.32142.6721.5359.02
Hex80AD911A010208f163b
Octal20025522132020402172673
Binary100000001010110110010001110100100001000001000111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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