#78B192

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

Shades of Padua #78B192

Tints of Padua #78B192

Color information

#78B192 (or 0x78B192) is unknown color: approx Padua. HEX triplet: 78, B1 and 92. RGB value is (120,177,146). Sum of RGB (Red+Green+Blue) = 120+177+146=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #78B192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B192 is #874E6D. Grayscale: #9C9C9C. Windows color (decimal): -8867438 or 9613688. OLE color: 9613688.

HSL color Cylindrical-coordinate representation of color #78B192: hue angle of 147.37º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78B192 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB120177146-
CMYK0.3200.180.31
HSL147.37º26.76%58.24%-
HSV(B)147.37º32.2%69.41%-
XYZ28.6637.5132.92-
YUV156.42122.12102.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.09%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=27.09%
G=39.95%
B=32.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201771460.3200.180.31147.3726.7658.24
Hex78B192200121F931b3a
Octal17026122240022372233372
Binary11110001011000110010010100000010010111111001001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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