#72B2AE

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

Shades of Tradewind #72B2AE

Tints of Tradewind #72B2AE

Color information

#72B2AE (or 0x72B2AE) is unknown color: approx Tradewind. HEX triplet: 72, B2 and AE. RGB value is (114,178,174). Sum of RGB (Red+Green+Blue) = 114+178+174=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #72B2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B2AE is #8D4D51. Grayscale: #9E9E9E. Windows color (decimal): -9260370 or 11448946. OLE color: 11448946.

HSL color Cylindrical-coordinate representation of color #72B2AE: hue angle of 176.25º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B2AE is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB114178174-
CMYK0.3600.020.30
HSL176.25º29.36%57.25%-
HSV(B)176.25º35.96%69.8%-
XYZ30.538.4745.86-
YUV158.41136.896.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.46%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=24.46%
G=38.20%
B=37.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141781740.3600.020.30176.2529.3657.25
Hex72B2AE24021Eb01d39
Octal1622622564402362603571
Binary11100101011001010101110100100010111101011000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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