Shades of Tradewind #72ADAA
Tints of Tradewind #72ADAA
RGB
CMYK
RGB Variations
Color information
#72ADAA (or 0x72ADAA) is known color: 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
| RGB | 114 | 173 | 170 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.32 |
| HSL | 176.95º | 0.26% | 0.56% | - |
| HSV(B) | 176.95º | 0.34% | 0.68% | - |
| XYZ | 29.14 | 36.37 | 43.51 | - |
| YUV | 155.02 | 136.45 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 170 | 0.34 | 0 | 0.02 | 0.32 | 176.95 | 0.26 | 0.56 |
| Hex | 72 | AD | AA | 22 | 0 | 2 | 20 | B1 | 1A | 38 |
| Octal | 162 | 255 | 252 | 42 | 0 | 2 | 40 | 261 | 32 | 70 |
| Binary | 1110010 | 10101101 | 10101010 | 100010 | 0 | 10 | 100000 | 10110001 | 11010 | 111000 |
Color Harmonies of #72ADAA
Complementary color
Monochromatic Colors of #72ADAA
Black with #72ADAA
Text Example
Text Example
White with #72ADAA
Text Example
Text Example
HTML Codes & Css Web 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>