#80C0A4

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

Shades of Padua #80C0A4

Tints of Padua #80C0A4

Color information

#80C0A4 (or 0x80C0A4) is unknown color: approx Padua. HEX triplet: 80, C0 and A4. RGB value is (128,192,164). Sum of RGB (Red+Green+Blue) = 128+192+164=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #80C0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C0A4 is #7F3F5B. Grayscale: #A9A9A9. Windows color (decimal): -8339292 or 10797184. OLE color: 10797184.

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

Color convert

RGB128192164-
CMYK0.3300.150.25
HSL153.75º33.68%62.75%-
HSV(B)153.75º33.33%75.29%-
XYZ34.4544.9741.99-
YUV169.67124.898.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 192 (75.39% from 255) = 39.67%
BLUE value IS 164 (64.45% from 255) = 33.88%
R=26.45%
G=39.67%
B=33.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921640.3300.150.25153.7533.6862.75
Hex80C0A4210F199a223f
Octal20030024441017312324277
Binary100000001100000010100100100001011111100110011010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,192,164); }

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

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

 a { background-color: rgb(128,192,164); }

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

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

 span { border-color: rgb(128,192,164); }

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