#72AEA7

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

Shades of Tradewind #72AEA7

Tints of Tradewind #72AEA7

Color information

#72AEA7 (or 0x72AEA7) is unknown color: approx Tradewind. HEX triplet: 72, AE and A7. RGB value is (114,174,167). Sum of RGB (Red+Green+Blue) = 114+174+167=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEA7 is #8D5158. Grayscale: #9B9B9B. Windows color (decimal): -9261401 or 10989170. OLE color: 10989170.

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

Color convert

RGB114174167-
CMYK0.3400.040.32
HSL173º27.03%56.47%-
HSV(B)173º34.48%68.24%-
XYZ29.0536.6442.1-
YUV155.26134.6298.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.05%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=25.05%
G=38.24%
B=36.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141741670.3400.040.3217327.0356.47
Hex72AEA7220420ad1b38
Octal1622562474204402553370
Binary1110010101011101010011110001001001000001010110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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