#72A29C

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

Shades of Tradewind #72A29C

Tints of Tradewind #72A29C

Color information

#72A29C (or 0x72A29C) is unknown color: approx Tradewind. HEX triplet: 72, A2 and 9C. RGB value is (114,162,156). Sum of RGB (Red+Green+Blue) = 114+162+156=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #72A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A29C is #8D5D63. Grayscale: #929292. Windows color (decimal): -9264484 or 10265202. OLE color: 10265202.

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

Color convert

RGB114162156-
CMYK0.3000.040.36
HSL172.5º20.51%54.12%-
HSV(B)172.5º29.63%63.53%-
XYZ25.8631.8236.23-
YUV146.96133.1104.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=26.39%
G=37.5%
B=36.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621560.3000.040.36172.520.5154.12
Hex72A29C1E0424ac1536
Octal1622422343604442542566
Binary111001010100010100111001111001001001001010110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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