#80C19C

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

Shades of Padua #80C19C

Tints of Padua #80C19C

Color information

#80C19C (or 0x80C19C) is unknown color: approx Padua. HEX triplet: 80, C1 and 9C. RGB value is (128,193,156). Sum of RGB (Red+Green+Blue) = 128+193+156=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #80C19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C19C is #7F3E63. Grayscale: #A9A9A9. Windows color (decimal): -8339044 or 10273152. OLE color: 10273152.

HSL color Cylindrical-coordinate representation of color #80C19C: hue angle of 145.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C19C is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB128193156-
CMYK0.3400.190.24
HSL145.85º34.39%62.94%-
HSV(B)145.85º33.68%75.69%-
XYZ33.9745.1338.37-
YUV169.35120.4798.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=26.83%
G=40.46%
B=32.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281931560.3400.190.24145.8534.3962.94
Hex80C19C220131892223f
Octal20030123442023302224277
Binary1000000011000001100111001000100100111100010010010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,193,156); }

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

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

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

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

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

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

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