#72A29E

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

Shades of Tradewind #72A29E

Tints of Tradewind #72A29E

Color information

#72A29E (or 0x72A29E) is unknown color: approx Tradewind. HEX triplet: 72, A2 and 9E. RGB value is (114,162,158). Sum of RGB (Red+Green+Blue) = 114+162+158=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #72A29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A29E is #8D5D61. Grayscale: #939393. Windows color (decimal): -9264482 or 10396274. OLE color: 10396274.

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

Color convert

RGB114162158-
CMYK0.3000.020.36
HSL175º20.51%54.12%-
HSV(B)175º29.63%63.53%-
XYZ26.0331.8937.13-
YUV147.19134.1104.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=26.27%
G=37.33%
B=36.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621580.3000.020.3617520.5154.12
Hex72A29E1E0224af1536
Octal1622422363602442572566
Binary11100101010001010011110111100101001001010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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