#72AEA9

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

Shades of Tradewind #72AEA9

Tints of Tradewind #72AEA9

Color information

#72AEA9 (or 0x72AEA9) is unknown color: approx Tradewind. HEX triplet: 72, AE and A9. RGB value is (114,174,169). Sum of RGB (Red+Green+Blue) = 114+174+169=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEA9 is #8D5156. Grayscale: #9B9B9B. Windows color (decimal): -9261399 or 11120242. OLE color: 11120242.

HSL color Cylindrical-coordinate representation of color #72AEA9: hue angle of 175º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AEA9 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB114174169-
CMYK0.3400.030.32
HSL175º27.03%56.47%-
HSV(B)175º34.48%68.24%-
XYZ29.2436.7143.08-
YUV155.49135.6298.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=24.95%
G=38.07%
B=36.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141741690.3400.030.3217527.0356.47
Hex72AEA9220320af1b38
Octal1622562514203402573370
Binary111001010101110101010011000100111000001010111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,174,169); }

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

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

 a { background-color: rgb(114,174,169); }

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

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

 span { border-color: rgb(114,174,169); }

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