Shades of Tradewind #71A09D
Tints of Tradewind #71A09D
RGB
CMYK
RGB Variations
Color information
#71A09D (or 0x71A09D) is known color: Tradewind. HEX triplet: 71, A0 and 9D. RGB value is (113,160,157). Sum of RGB (Red+Green+Blue) = 113+160+157=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #71A09D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A09D is #8E5F62. Grayscale: #919191. Windows color (decimal): -9330531 or 10330225. OLE color: 10330225.
HSL color Cylindrical-coordinate representation of color #71A09D: hue angle of 176.17º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71A09D is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 157 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.37 |
| HSL | 176.17º | 0.2% | 0.54% | - |
| HSV(B) | 176.17º | 0.29% | 0.63% | - |
| XYZ | 25.47 | 31.09 | 36.56 | - |
| YUV | 145.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 157 | 0.29 | 0 | 0.02 | 0.37 | 176.17 | 0.2 | 0.54 |
| Hex | 71 | A0 | 9D | 1D | 0 | 2 | 25 | B0 | 14 | 36 |
| Octal | 161 | 240 | 235 | 35 | 0 | 2 | 45 | 260 | 24 | 66 |
| Binary | 1110001 | 10100000 | 10011101 | 11101 | 0 | 10 | 100101 | 10110000 | 10100 | 110110 |
Color Harmonies of #71A09D
Complementary color
Monochromatic Colors of #71A09D
Black with #71A09D
Text Example
Text Example
White with #71A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A09D; }
p { color: rgb(113,160,157); }
H1.HeaderClassName
{
color: #71A09D;
}
.AnyTagClassName
{
color: #71A09D;
}
</style>
background-color css
<style>
a { background-color: #71A09D; }
a { background-color: rgb(113,160,157); }
div.DivClassName
{
background-color: #71A09D;
}
.BgClassName
{
background-color: #71A09D;
}
</style>
border-color css
<style>
span { border-color: #71A09D; }
span { border-color: rgb(113,160,157); }
td.TdClassName
{
border-color: #71A09D;
}
.TagClassName
{
border-color: #71A09D;
}
</style>