#72A49C

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

Shades of Tradewind #72A49C

Tints of Tradewind #72A49C

Color information

#72A49C (or 0x72A49C) is unknown color: approx Tradewind. HEX triplet: 72, A4 and 9C. RGB value is (114,164,156). Sum of RGB (Red+Green+Blue) = 114+164+156=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #72A49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A49C is #8D5B63. Grayscale: #949494. Windows color (decimal): -9263972 or 10265714. OLE color: 10265714.

HSL color Cylindrical-coordinate representation of color #72A49C: hue angle of 170.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A49C is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB114164156-
CMYK0.3000.050.36
HSL170.4º21.55%54.51%-
HSV(B)170.4º30.49%64.31%-
XYZ26.2232.5336.35-
YUV148.14132.44103.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=26.27%
G=37.79%
B=35.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641560.3000.050.36170.421.5554.51
Hex72A49C1E0524aa1637
Octal1622442343605442522667
Binary111001010100100100111001111001011001001010101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A49C; }

 p { color: rgb(114,164,156); }

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

<style>
 a { background-color: #72A49C; }

 a { background-color: rgb(114,164,156); }

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

<style>
 span { border-color: #72A49C; }

 span { border-color: rgb(114,164,156); }

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