#80B69F

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

Shades of Padua #80B69F

Tints of Padua #80B69F

Color information

#80B69F (or 0x80B69F) is unknown color: approx Padua. HEX triplet: 80, B6 and 9F. RGB value is (128,182,159). Sum of RGB (Red+Green+Blue) = 128+182+159=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #80B69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B69F is #7F4960. Grayscale: #A3A3A3. Windows color (decimal): -8341857 or 10466944. OLE color: 10466944.

HSL color Cylindrical-coordinate representation of color #80B69F: hue angle of 154.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B69F is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB128182159-
CMYK0.3000.130.29
HSL154.44º27%60.78%-
HSV(B)154.44º29.67%71.37%-
XYZ31.8940.5538.95-
YUV163.23125.61102.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=27.29%
G=38.81%
B=33.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281821590.3000.130.29154.442760.78
Hex80B69F1E0D1D9a1b3d
Octal20026623736015352323375
Binary1000000010110110100111111111001101111011001101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,182,159); }

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

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

 a { background-color: rgb(128,182,159); }

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

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

 span { border-color: rgb(128,182,159); }

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