#72AEA8

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

Shades of Tradewind #72AEA8

Tints of Tradewind #72AEA8

Color information

#72AEA8 (or 0x72AEA8) is unknown color: approx Tradewind. HEX triplet: 72, AE and A8. RGB value is (114,174,168). Sum of RGB (Red+Green+Blue) = 114+174+168=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEA8 is #8D5157. Grayscale: #9B9B9B. Windows color (decimal): -9261400 or 11054706. OLE color: 11054706.

HSL color Cylindrical-coordinate representation of color #72AEA8: hue angle of 174º 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 #72AEA8 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB114174168-
CMYK0.3400.030.32
HSL174º27.03%56.47%-
HSV(B)174º34.48%68.24%-
XYZ29.1436.6842.59-
YUV155.38135.1298.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 168 (66.02% from 255) = 36.84%
R=25%
G=38.16%
B=36.84%

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
Decimal1141741680.3400.030.3217427.0356.47
Hex72AEA8220320ae1b38
Octal1622562504203402563370
Binary111001010101110101010001000100111000001010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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