#80BBA0

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

Shades of Padua #80BBA0

Tints of Padua #80BBA0

Color information

#80BBA0 (or 0x80BBA0) is unknown color: approx Padua. HEX triplet: 80, BB and A0. RGB value is (128,187,160). Sum of RGB (Red+Green+Blue) = 128+187+160=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BBA0 is #7F445F. Grayscale: #A6A6A6. Windows color (decimal): -8340576 or 10533760. OLE color: 10533760.

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

Color convert

RGB128187160-
CMYK0.3200.140.27
HSL152.54º30.26%61.76%-
HSV(B)152.54º31.55%73.33%-
XYZ33.0242.6739.75-
YUV166.28124.45100.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=26.95%
G=39.37%
B=33.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281871600.3200.140.27152.5430.2661.76
Hex80BBA0200E1B991e3e
Octal20027324040016332313676
Binary10000000101110111010000010000001110110111001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,160); }

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

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

 a { background-color: rgb(128,187,160); }

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

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

 span { border-color: rgb(128,187,160); }

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