#80C29B

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

Shades of Padua #80C29B

Tints of Padua #80C29B

Color information

#80C29B (or 0x80C29B) is unknown color: approx Padua. HEX triplet: 80, C2 and 9B. RGB value is (128,194,155). Sum of RGB (Red+Green+Blue) = 128+194+155=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #80C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C29B is #7F3D64. Grayscale: #A9A9A9. Windows color (decimal): -8338789 or 10207872. OLE color: 10207872.

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

Color convert

RGB128194155-
CMYK0.3400.200.24
HSL144.55º35.11%63.14%-
HSV(B)144.55º34.02%76.08%-
XYZ34.1145.5438-
YUV169.82119.6398.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=26.83%
G=40.67%
B=32.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281941550.3400.200.24144.5535.1163.14
Hex80C29B220141891233f
Octal20030223342024302214377
Binary1000000011000010100110111000100101001100010010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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