Shades of Tradewind #71AEAB
Tints of Tradewind #71AEAB
RGB
CMYK
RGB Variations
Color information
#71AEAB (or 0x71AEAB) is known color: Tradewind. HEX triplet: 71, AE and AB. RGB value is (113,174,171). Sum of RGB (Red+Green+Blue) = 113+174+171=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #71AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AEAB is #8E5154. Grayscale: #9B9B9B. Windows color (decimal): -9326933 or 11251313. OLE color: 11251313.
HSL color Cylindrical-coordinate representation of color #71AEAB: hue angle of 177.05º 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 #71AEAB is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 174 | 171 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.32 |
| HSL | 177.05º | 0.27% | 0.56% | - |
| HSV(B) | 177.05º | 0.35% | 0.68% | - |
| XYZ | 29.3 | 36.72 | 44.07 | - |
| YUV | 155.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 174 | 171 | 0.35 | 0 | 0.02 | 0.32 | 177.05 | 0.27 | 0.56 |
| Hex | 71 | AE | AB | 23 | 0 | 2 | 20 | B1 | 1B | 38 |
| Octal | 161 | 256 | 253 | 43 | 0 | 2 | 40 | 261 | 33 | 70 |
| Binary | 1110001 | 10101110 | 10101011 | 100011 | 0 | 10 | 100000 | 10110001 | 11011 | 111000 |
Color Harmonies of #71AEAB
Complementary color
Monochromatic Colors of #71AEAB
Black with #71AEAB
Text Example
Text Example
White with #71AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AEAB; }
p { color: rgb(113,174,171); }
H1.HeaderClassName
{
color: #71AEAB;
}
.AnyTagClassName
{
color: #71AEAB;
}
</style>
background-color css
<style>
a { background-color: #71AEAB; }
a { background-color: rgb(113,174,171); }
div.DivClassName
{
background-color: #71AEAB;
}
.BgClassName
{
background-color: #71AEAB;
}
</style>
border-color css
<style>
span { border-color: #71AEAB; }
span { border-color: rgb(113,174,171); }
td.TdClassName
{
border-color: #71AEAB;
}
.TagClassName
{
border-color: #71AEAB;
}
</style>