Shades of Tradewind #71ADA6
Tints of Tradewind #71ADA6
RGB
CMYK
RGB Variations
Color information
#71ADA6 (or 0x71ADA6) is known color: Tradewind. HEX triplet: 71, AD and A6. RGB value is (113,173,166). Sum of RGB (Red+Green+Blue) = 113+173+166=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #71ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71ADA6 is #8E5259. Grayscale: #9A9A9A. Windows color (decimal): -9327194 or 10923377. OLE color: 10923377.
HSL color Cylindrical-coordinate representation of color #71ADA6: 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.35%. Process color model (Four color, CMYK) of #71ADA6 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 173 | 166 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.32 |
| HSL | 173º | 0.27% | 0.56% | - |
| HSV(B) | 173º | 0.35% | 0.68% | - |
| XYZ | 28.64 | 36.15 | 41.54 | - |
| YUV | 154.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 166 | 0.35 | 0 | 0.04 | 0.32 | 173 | 0.27 | 0.56 |
| Hex | 71 | AD | A6 | 23 | 0 | 4 | 20 | AD | 1B | 38 |
| Octal | 161 | 255 | 246 | 43 | 0 | 4 | 40 | 255 | 33 | 70 |
| Binary | 1110001 | 10101101 | 10100110 | 100011 | 0 | 100 | 100000 | 10101101 | 11011 | 111000 |
Color Harmonies of #71ADA6
Complementary color
Monochromatic Colors of #71ADA6
Black with #71ADA6
Text Example
Text Example
White with #71ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADA6; }
p { color: rgb(113,173,166); }
H1.HeaderClassName
{
color: #71ADA6;
}
.AnyTagClassName
{
color: #71ADA6;
}
</style>
background-color css
<style>
a { background-color: #71ADA6; }
a { background-color: rgb(113,173,166); }
div.DivClassName
{
background-color: #71ADA6;
}
.BgClassName
{
background-color: #71ADA6;
}
</style>
border-color css
<style>
span { border-color: #71ADA6; }
span { border-color: rgb(113,173,166); }
td.TdClassName
{
border-color: #71ADA6;
}
.TagClassName
{
border-color: #71ADA6;
}
</style>