#78BA95

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

Shades of Padua #78BA95

Tints of Padua #78BA95

Color information

#78BA95 (or 0x78BA95) is unknown color: approx Padua. HEX triplet: 78, BA and 95. RGB value is (120,186,149). Sum of RGB (Red+Green+Blue) = 120+186+149=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BA95 is #87456A. Grayscale: #A2A2A2. Windows color (decimal): -8865131 or 9812600. OLE color: 9812600.

HSL color Cylindrical-coordinate representation of color #78BA95: hue angle of 146.36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BA95 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB120186149-
CMYK0.3500.200.27
HSL146.36º32.35%60%-
HSV(B)146.36º35.48%72.94%-
XYZ30.7341.2834.78-
YUV162.05120.6398.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=26.37%
G=40.88%
B=32.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201861490.3500.200.27146.3632.3560
Hex78BA95230141B92203c
Octal17027222543024332224074
Binary111100010111010100101011000110101001101110010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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