#80C39D

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

Shades of Padua #80C39D

Tints of Padua #80C39D

Color information

#80C39D (or 0x80C39D) is unknown color: approx Padua. HEX triplet: 80, C3 and 9D. RGB value is (128,195,157). Sum of RGB (Red+Green+Blue) = 128+195+157=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #80C39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C39D is #7F3C62. Grayscale: #AAAAAA. Windows color (decimal): -8338531 or 10339200. OLE color: 10339200.

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

Color convert

RGB128195157-
CMYK0.3400.190.24
HSL145.97º35.83%63.33%-
HSV(B)145.97º34.36%76.47%-
XYZ34.546.0538.97-
YUV170.64120.397.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=26.67%
G=40.62%
B=32.71%

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
Decimal1281951570.3400.190.24145.9735.8363.33
Hex80C39D220131892243f
Octal20030323542023302224477
Binary1000000011000011100111011000100100111100010010010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,195,157); }

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

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

 a { background-color: rgb(128,195,157); }

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

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

 span { border-color: rgb(128,195,157); }

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