#78B495

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

Shades of Padua #78B495

Tints of Padua #78B495

Color information

#78B495 (or 0x78B495) is unknown color: approx Padua. HEX triplet: 78, B4 and 95. RGB value is (120,180,149). Sum of RGB (Red+Green+Blue) = 120+180+149=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #78B495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B495 is #874B6A. Grayscale: #9E9E9E. Windows color (decimal): -8866667 or 9811064. OLE color: 9811064.

HSL color Cylindrical-coordinate representation of color #78B495: hue angle of 149º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B495 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB120180149-
CMYK0.3300.170.29
HSL149º28.57%58.82%-
HSV(B)149º33.33%70.59%-
XYZ29.4938.8134.37-
YUV158.53122.62100.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=26.73%
G=40.09%
B=33.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801490.3300.170.2914928.5758.82
Hex78B495210111D951d3b
Octal17026422541021352253573
Binary11110001011010010010101100001010001111011001010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78B495; }

 p { color: rgb(120,180,149); }

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

<style>
 a { background-color: #78B495; }

 a { background-color: rgb(120,180,149); }

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

<style>
 span { border-color: #78B495; }

 span { border-color: rgb(120,180,149); }

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