#78B293

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

Shades of Padua #78B293

Tints of Padua #78B293

Color information

#78B293 (or 0x78B293) is unknown color: approx Padua. HEX triplet: 78, B2 and 93. RGB value is (120,178,147). Sum of RGB (Red+Green+Blue) = 120+178+147=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #78B293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B293 is #874D6C. Grayscale: #9D9D9D. Windows color (decimal): -8867181 or 9679480. OLE color: 9679480.

HSL color Cylindrical-coordinate representation of color #78B293: hue angle of 147.93º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B293 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB120178147-
CMYK0.3300.170.30
HSL147.93º27.36%58.43%-
HSV(B)147.93º32.58%69.8%-
XYZ28.9337.9433.4-
YUV157.12122.28101.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.97%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=26.97%
G=40%
B=33.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201781470.3300.170.30147.9327.3658.43
Hex78B293210111E941b3a
Octal17026222341021362243372
Binary11110001011001010010011100001010001111101001010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,178,147); }

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

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

 a { background-color: rgb(120,178,147); }

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

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

 span { border-color: rgb(120,178,147); }

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