#78B494

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

Shades of Padua #78B494

Tints of Padua #78B494

Color information

#78B494 (or 0x78B494) is unknown color: approx Padua. HEX triplet: 78, B4 and 94. RGB value is (120,180,148). Sum of RGB (Red+Green+Blue) = 120+180+148=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #78B494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B494 is #874B6B. Grayscale: #9E9E9E. Windows color (decimal): -8866668 or 9745528. OLE color: 9745528.

HSL color Cylindrical-coordinate representation of color #78B494: hue angle of 148º 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 #78B494 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB120180148-
CMYK0.3300.180.29
HSL148º28.57%58.82%-
HSV(B)148º33.33%70.59%-
XYZ29.4138.7733.95-
YUV158.41122.12100.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=26.79%
G=40.18%
B=33.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801480.3300.180.2914828.5758.82
Hex78B494210121D941d3b
Octal17026422441022352243573
Binary11110001011010010010100100001010010111011001010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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