#80C096

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

Shades of Padua #80C096

Tints of Padua #80C096

Color information

#80C096 (or 0x80C096) is unknown color: approx Padua. HEX triplet: 80, C0 and 96. RGB value is (128,192,150). Sum of RGB (Red+Green+Blue) = 128+192+150=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #80C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C096 is #7F3F69. Grayscale: #A8A8A8. Windows color (decimal): -8339306 or 9879680. OLE color: 9879680.

HSL color Cylindrical-coordinate representation of color #80C096: hue angle of 140.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C096 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB128192150-
CMYK0.3300.220.25
HSL140.62º33.68%62.75%-
HSV(B)140.62º33.33%75.29%-
XYZ33.2644.4935.69-
YUV168.08117.899.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=27.23%
G=40.85%
B=31.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921500.3300.220.25140.6233.6862.75
Hex80C09621016198d223f
Octal20030022641026312154277
Binary1000000011000000100101101000010101101100110001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,192,150); }

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

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

 a { background-color: rgb(128,192,150); }

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

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

 span { border-color: rgb(128,192,150); }

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