#80C09B

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

Shades of Padua #80C09B

Tints of Padua #80C09B

Color information

#80C09B (or 0x80C09B) is unknown color: approx Padua. HEX triplet: 80, C0 and 9B. RGB value is (128,192,155). Sum of RGB (Red+Green+Blue) = 128+192+155=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #80C09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C09B is #7F3F64. Grayscale: #A8A8A8. Windows color (decimal): -8339301 or 10207360. OLE color: 10207360.

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

Color convert

RGB128192155-
CMYK0.3300.190.25
HSL145.31º33.68%62.75%-
HSV(B)145.31º33.33%75.29%-
XYZ33.6744.6637.86-
YUV168.65120.399.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=26.95%
G=40.42%
B=32.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921550.3300.190.25145.3133.6862.75
Hex80C09B210131991223f
Octal20030023341023312214277
Binary1000000011000000100110111000010100111100110010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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