#80BC9E

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

Shades of Padua #80BC9E

Tints of Padua #80BC9E

Color information

#80BC9E (or 0x80BC9E) is unknown color: approx Padua. HEX triplet: 80, BC and 9E. RGB value is (128,188,158). Sum of RGB (Red+Green+Blue) = 128+188+158=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BC9E is #7F4361. Grayscale: #A6A6A6. Windows color (decimal): -8340322 or 10402944. OLE color: 10402944.

HSL color Cylindrical-coordinate representation of color #80BC9E: hue angle of 150º 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 #80BC9E is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB128188158-
CMYK0.3200.160.26
HSL150º30.93%61.96%-
HSV(B)150º31.91%73.73%-
XYZ33.0643.0238.91-
YUV166.64123.12100.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 158 (62.11% from 255) = 33.33%
R=27.00%
G=39.66%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281881580.3200.160.2615030.9361.96
Hex80BC9E200101A961f3e
Octal20027423640020322263776
Binary100000001011110010011110100000010000110101001011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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