#80BC95

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

Shades of Padua #80BC95

Tints of Padua #80BC95

Color information

#80BC95 (or 0x80BC95) is unknown color: approx Padua. HEX triplet: 80, BC and 95. RGB value is (128,188,149). Sum of RGB (Red+Green+Blue) = 128+188+149=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BC95 is #7F436A. Grayscale: #A5A5A5. Windows color (decimal): -8340331 or 9813120. OLE color: 9813120.

HSL color Cylindrical-coordinate representation of color #80BC95: hue angle of 141º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BC95 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB128188149-
CMYK0.3200.210.26
HSL141º30.93%61.96%-
HSV(B)141º31.91%73.73%-
XYZ32.3142.7334.98-
YUV165.61118.62101.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=27.53%
G=40.43%
B=32.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281881490.3200.210.2614130.9361.96
Hex80BC95200151A8d1f3e
Octal20027422540025322153776
Binary100000001011110010010101100000010101110101000110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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