#79AA8F

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

Shades of Padua #79AA8F

Tints of Padua #79AA8F

Color information

#79AA8F (or 0x79AA8F) is unknown color: approx Padua. HEX triplet: 79, AA and 8F. RGB value is (121,170,143). Sum of RGB (Red+Green+Blue) = 121+170+143=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AA8F is #865570. Grayscale: #989898. Windows color (decimal): -8803697 or 9415289. OLE color: 9415289.

HSL color Cylindrical-coordinate representation of color #79AA8F: hue angle of 146.94º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AA8F is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB121170143-
CMYK0.2900.160.33
HSL146.94º22.37%57.06%-
HSV(B)146.94º28.82%66.67%-
XYZ27.2234.831.27-
YUV152.27122.77105.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=27.88%
G=39.17%
B=32.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701430.2900.160.33146.9422.3757.06
Hex79AA8F1D01021931639
Octal17125221735020412232671
Binary11110011010101010001111111010100001000011001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,170,143); }

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

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

 a { background-color: rgb(121,170,143); }

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

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

 span { border-color: rgb(121,170,143); }

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