#80BA95

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

Shades of Padua #80BA95

Tints of Padua #80BA95

Color information

#80BA95 (or 0x80BA95) is unknown color: approx Padua. HEX triplet: 80, BA and 95. RGB value is (128,186,149). Sum of RGB (Red+Green+Blue) = 128+186+149=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA95 is #7F456A. Grayscale: #A4A4A4. Windows color (decimal): -8340843 or 9812608. OLE color: 9812608.

HSL color Cylindrical-coordinate representation of color #80BA95: hue angle of 141.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BA95 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB128186149-
CMYK0.3100.200.27
HSL141.72º29.59%61.57%-
HSV(B)141.72º31.18%72.94%-
XYZ31.8941.8834.84-
YUV164.44119.28102.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=27.65%
G=40.17%
B=32.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861490.3100.200.27141.7229.5961.57
Hex80BA951F0141B8e1e3e
Octal20027222537024332163676
Binary10000000101110101001010111111010100110111000111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,149); }

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

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

 a { background-color: rgb(128,186,149); }

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

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

 span { border-color: rgb(128,186,149); }

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