#78BC95

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

Shades of Padua #78BC95

Tints of Padua #78BC95

Color information

#78BC95 (or 0x78BC95) is unknown color: approx Padua. HEX triplet: 78, BC and 95. RGB value is (120,188,149). Sum of RGB (Red+Green+Blue) = 120+188+149=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC95 is #87436A. Grayscale: #A3A3A3. Windows color (decimal): -8864619 or 9813112. OLE color: 9813112.

HSL color Cylindrical-coordinate representation of color #78BC95: hue angle of 145.59º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BC95 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB120188149-
CMYK0.3600.210.26
HSL145.59º33.66%60.39%-
HSV(B)145.59º36.17%73.73%-
XYZ31.1542.1334.92-
YUV163.22119.9797.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.26%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=26.26%
G=41.14%
B=32.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201881490.3600.210.26145.5933.6660.39
Hex78BC95240151A92223c
Octal17027422544025322224274
Binary111100010111100100101011001000101011101010010010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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