#78C096

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

Shades of Padua #78C096

Tints of Padua #78C096

Color information

#78C096 (or 0x78C096) is unknown color: approx Padua. HEX triplet: 78, C0 and 96. RGB value is (120,192,150). Sum of RGB (Red+Green+Blue) = 120+192+150=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #78C096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C096 is #873F69. Grayscale: #A5A5A5. Windows color (decimal): -8863594 or 9879672. OLE color: 9879672.

HSL color Cylindrical-coordinate representation of color #78C096: hue angle of 145º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C096 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB120192150-
CMYK0.3800.220.25
HSL145º36.36%61.18%-
HSV(B)145º37.5%75.29%-
XYZ32.143.8935.63-
YUV165.68119.1595.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=25.97%
G=41.56%
B=32.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201921500.3800.220.2514536.3661.18
Hex78C096260161991243d
Octal17030022646026312214475
Binary111100011000000100101101001100101101100110010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,150); }

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

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

 a { background-color: rgb(120,192,150); }

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

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

 span { border-color: rgb(120,192,150); }

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