#72A59C

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

Shades of Tradewind #72A59C

Tints of Tradewind #72A59C

Color information

#72A59C (or 0x72A59C) is unknown color: approx Tradewind. HEX triplet: 72, A5 and 9C. RGB value is (114,165,156). Sum of RGB (Red+Green+Blue) = 114+165+156=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #72A59C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A59C is #8D5A63. Grayscale: #949494. Windows color (decimal): -9263716 or 10265970. OLE color: 10265970.

HSL color Cylindrical-coordinate representation of color #72A59C: hue angle of 169.41º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A59C is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB114165156-
CMYK0.3100.050.35
HSL169.41º22.08%54.71%-
HSV(B)169.41º30.91%64.71%-
XYZ26.432.8936.41-
YUV148.72132.1103.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=26.21%
G=37.93%
B=35.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651560.3100.050.35169.4122.0854.71
Hex72A59C1F0523a91637
Octal1622452343705432512667
Binary111001010100101100111001111101011000111010100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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