#78B493

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

Shades of Padua #78B493

Tints of Padua #78B493

Color information

#78B493 (or 0x78B493) is unknown color: approx Padua. HEX triplet: 78, B4 and 93. RGB value is (120,180,147). Sum of RGB (Red+Green+Blue) = 120+180+147=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #78B493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B493 is #874B6C. Grayscale: #9E9E9E. Windows color (decimal): -8866669 or 9679992. OLE color: 9679992.

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

Color convert

RGB120180147-
CMYK0.3300.180.29
HSL147º28.57%58.82%-
HSV(B)147º33.33%70.59%-
XYZ29.3338.7433.54-
YUV158.3121.62100.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.85%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=26.85%
G=40.27%
B=32.89%

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
Decimal1201801470.3300.180.2914728.5758.82
Hex78B493210121D931d3b
Octal17026422341022352233573
Binary11110001011010010010011100001010010111011001001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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