#80BE9D

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

Shades of Padua #80BE9D

Tints of Padua #80BE9D

Color information

#80BE9D (or 0x80BE9D) is unknown color: approx Padua. HEX triplet: 80, BE and 9D. RGB value is (128,190,157). Sum of RGB (Red+Green+Blue) = 128+190+157=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE9D is #7F4162. Grayscale: #A7A7A7. Windows color (decimal): -8339811 or 10337920. OLE color: 10337920.

HSL color Cylindrical-coordinate representation of color #80BE9D: hue angle of 148.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BE9D is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB128190157-
CMYK0.3300.170.25
HSL148.06º32.29%62.35%-
HSV(B)148.06º32.63%74.51%-
XYZ33.443.8538.6-
YUV167.7121.9699.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=26.95%
G=40%
B=33.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281901570.3300.170.25148.0632.2962.35
Hex80BE9D210111994203e
Octal20027623541021312244076
Binary1000000010111110100111011000010100011100110010100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,190,157); }

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

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

 a { background-color: rgb(128,190,157); }

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

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

 span { border-color: rgb(128,190,157); }

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