#72ADAA

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

Shades of Tradewind #72ADAA

Tints of Tradewind #72ADAA

Color information

#72ADAA (or 0x72ADAA) is unknown color: approx Tradewind. HEX triplet: 72, AD and AA. RGB value is (114,173,170). Sum of RGB (Red+Green+Blue) = 114+173+170=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #72ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ADAA is #8D5255. Grayscale: #9A9A9A. Windows color (decimal): -9261654 or 11185522. OLE color: 11185522.

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

Color convert

RGB114173170-
CMYK0.3400.020.32
HSL176.95º26.46%56.27%-
HSV(B)176.95º34.1%67.84%-
XYZ29.1436.3743.51-
YUV155.02136.4598.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=24.95%
G=37.86%
B=37.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141731700.3400.020.32176.9526.4656.27
Hex72ADAA220220b11a38
Octal1622552524202402613270
Binary111001010101101101010101000100101000001011000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,173,170); }

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

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

 a { background-color: rgb(114,173,170); }

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

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

 span { border-color: rgb(114,173,170); }

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