#80BC9C

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

Shades of Padua #80BC9C

Tints of Padua #80BC9C

Color information

#80BC9C (or 0x80BC9C) is unknown color: approx Padua. HEX triplet: 80, BC and 9C. RGB value is (128,188,156). Sum of RGB (Red+Green+Blue) = 128+188+156=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BC9C is #7F4363. Grayscale: #A6A6A6. Windows color (decimal): -8340324 or 10271872. OLE color: 10271872.

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

Color convert

RGB128188156-
CMYK0.3200.170.26
HSL148º30.93%61.96%-
HSV(B)148º31.91%73.73%-
XYZ32.8942.9638.01-
YUV166.41122.12100.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=27.12%
G=39.83%
B=33.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281881560.3200.170.2614830.9361.96
Hex80BC9C200111A941f3e
Octal20027423440021322243776
Binary100000001011110010011100100000010001110101001010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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