#79B494

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

Shades of Padua #79B494

Tints of Padua #79B494

Color information

#79B494 (or 0x79B494) is unknown color: approx Padua. HEX triplet: 79, B4 and 94. RGB value is (121,180,148). Sum of RGB (Red+Green+Blue) = 121+180+148=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #79B494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B494 is #864B6B. Grayscale: #9E9E9E. Windows color (decimal): -8801132 or 9745529. OLE color: 9745529.

HSL color Cylindrical-coordinate representation of color #79B494: hue angle of 147.46º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79B494 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB121180148-
CMYK0.3300.180.29
HSL147.46º28.23%59.02%-
HSV(B)147.46º32.78%70.59%-
XYZ29.5538.8533.96-
YUV158.71121.95101.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=26.95%
G=40.09%
B=32.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211801480.3300.180.29147.4628.2359.02
Hex79B494210121D931c3b
Octal17126422441022352233473
Binary11110011011010010010100100001010010111011001001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79B494; }

 p { color: rgb(121,180,148); }

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

<style>
 a { background-color: #79B494; }

 a { background-color: rgb(121,180,148); }

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

<style>
 span { border-color: #79B494; }

 span { border-color: rgb(121,180,148); }

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