#79A29D

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

Shades of Tradewind #79A29D

Tints of Tradewind #79A29D

Color information

#79A29D (or 0x79A29D) is unknown color: approx Tradewind. HEX triplet: 79, A2 and 9D. RGB value is (121,162,157). Sum of RGB (Red+Green+Blue) = 121+162+157=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #79A29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A29D is #865D62. Grayscale: #959595. Windows color (decimal): -8805731 or 10330745. OLE color: 10330745.

HSL color Cylindrical-coordinate representation of color #79A29D: hue angle of 172.68º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A29D is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB121162157-
CMYK0.2500.030.36
HSL172.68º18.06%55.49%-
HSV(B)172.68º25.31%63.53%-
XYZ26.8932.3436.72-
YUV149.17132.42107.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=27.5%
G=36.82%
B=35.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211621570.2500.030.36172.6818.0655.49
Hex79A29D190324ad1237
Octal1712422353103442552267
Binary11110011010001010011101110010111001001010110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,162,157); }

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

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

 a { background-color: rgb(121,162,157); }

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

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

 span { border-color: rgb(121,162,157); }

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