#78C092

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

Shades of Padua #78C092

Tints of Padua #78C092

Color information

#78C092 (or 0x78C092) is unknown color: approx Padua. HEX triplet: 78, C0 and 92. RGB value is (120,192,146). Sum of RGB (Red+Green+Blue) = 120+192+146=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #78C092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C092 is #873F6D. Grayscale: #A5A5A5. Windows color (decimal): -8863598 or 9617528. OLE color: 9617528.

HSL color Cylindrical-coordinate representation of color #78C092: hue angle of 141.67º 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 #78C092 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB120192146-
CMYK0.3800.240.25
HSL141.67º36.36%61.18%-
HSV(B)141.67º37.5%75.29%-
XYZ31.7843.7733.97-
YUV165.23117.1595.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.20%
GREEN value IS 192 (75.39% from 255) = 41.92%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=26.20%
G=41.92%
B=31.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201921460.3800.240.25141.6736.3661.18
Hex78C09226018198e243d
Octal17030022246030312164475
Binary111100011000000100100101001100110001100110001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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