#80C29E

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

Shades of Padua #80C29E

Tints of Padua #80C29E

Color information

#80C29E (or 0x80C29E) is unknown color: approx Padua. HEX triplet: 80, C2 and 9E. RGB value is (128,194,158). Sum of RGB (Red+Green+Blue) = 128+194+158=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #80C29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C29E is #7F3D61. Grayscale: #AAAAAA. Windows color (decimal): -8338786 or 10404480. OLE color: 10404480.

HSL color Cylindrical-coordinate representation of color #80C29E: hue angle of 147.27º degrees, saturation: 0.35, 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 #80C29E is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB128194158-
CMYK0.3400.190.24
HSL147.27º35.11%63.14%-
HSV(B)147.27º34.02%76.08%-
XYZ34.3745.6439.35-
YUV170.16121.1397.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 158 (62.11% from 255) = 32.92%
R=26.67%
G=40.42%
B=32.92%

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
Decimal1281941580.3400.190.24147.2735.1163.14
Hex80C29E220131893233f
Octal20030223642023302234377
Binary1000000011000010100111101000100100111100010010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,194,158); }

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

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

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

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

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

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

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