#72A49A

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

Shades of Tradewind #72A49A

Tints of Tradewind #72A49A

Color information

#72A49A (or 0x72A49A) is unknown color: approx Tradewind. HEX triplet: 72, A4 and 9A. RGB value is (114,164,154). Sum of RGB (Red+Green+Blue) = 114+164+154=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #72A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A49A is #8D5B65. Grayscale: #939393. Windows color (decimal): -9263974 or 10134642. OLE color: 10134642.

HSL color Cylindrical-coordinate representation of color #72A49A: hue angle of 168º 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 #72A49A is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB114164154-
CMYK0.3000.060.36
HSL168º21.55%54.51%-
HSV(B)168º30.49%64.31%-
XYZ26.0532.4635.46-
YUV147.91131.44103.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=26.39%
G=37.96%
B=35.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641540.3000.060.3616821.5554.51
Hex72A49A1E0624a81637
Octal1622442323606442502667
Binary111001010100100100110101111001101001001010100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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