#78BC9D

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

Shades of Padua #78BC9D

Tints of Padua #78BC9D

Color information

#78BC9D (or 0x78BC9D) is unknown color: approx Padua. HEX triplet: 78, BC and 9D. RGB value is (120,188,157). Sum of RGB (Red+Green+Blue) = 120+188+157=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC9D is #874362. Grayscale: #A4A4A4. Windows color (decimal): -8864611 or 10337400. OLE color: 10337400.

HSL color Cylindrical-coordinate representation of color #78BC9D: hue angle of 152.65º 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 #78BC9D is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB120188157-
CMYK0.3600.160.26
HSL152.65º33.66%60.39%-
HSV(B)152.65º36.17%73.73%-
XYZ31.8142.3938.4-
YUV164.13123.9796.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.81%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=25.81%
G=40.43%
B=33.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201881570.3600.160.26152.6533.6660.39
Hex78BC9D240101A99223c
Octal17027423544020322314274
Binary111100010111100100111011001000100001101010011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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