#80C09A

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

Shades of Padua #80C09A

Tints of Padua #80C09A

Color information

#80C09A (or 0x80C09A) is unknown color: approx Padua. HEX triplet: 80, C0 and 9A. RGB value is (128,192,154). Sum of RGB (Red+Green+Blue) = 128+192+154=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #80C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C09A is #7F3F65. Grayscale: #A8A8A8. Windows color (decimal): -8339302 or 10141824. OLE color: 10141824.

HSL color Cylindrical-coordinate representation of color #80C09A: hue angle of 144.38º 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 #80C09A is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB128192154-
CMYK0.3300.200.25
HSL144.38º33.68%62.75%-
HSV(B)144.38º33.33%75.29%-
XYZ33.5844.6237.41-
YUV168.53119.899.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=27.00%
G=40.51%
B=32.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921540.3300.200.25144.3833.6862.75
Hex80C09A210141990223f
Octal20030023241024312204277
Binary1000000011000000100110101000010101001100110010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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