Shades of Tradewind #76AAA6
Tints of Tradewind #76AAA6
RGB
CMYK
RGB Variations
Color information
#76AAA6 (or 0x76AAA6) is known color: Tradewind. HEX triplet: 76, AA and A6. RGB value is (118,170,166). Sum of RGB (Red+Green+Blue) = 118+170+166=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #76AAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAA6 is #895559. Grayscale: #999999. Windows color (decimal): -9000282 or 10922614. OLE color: 10922614.
HSL color Cylindrical-coordinate representation of color #76AAA6: hue angle of 175.38º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AAA6 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 166 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.33 |
| HSL | 175.38º | 0.23% | 0.56% | - |
| HSV(B) | 175.38º | 0.31% | 0.67% | - |
| XYZ | 28.73 | 35.35 | 41.39 | - |
| YUV | 154 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 166 | 0.31 | 0 | 0.02 | 0.33 | 175.38 | 0.23 | 0.56 |
| Hex | 76 | AA | A6 | 1F | 0 | 2 | 21 | AF | 17 | 38 |
| Octal | 166 | 252 | 246 | 37 | 0 | 2 | 41 | 257 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10100110 | 11111 | 0 | 10 | 100001 | 10101111 | 10111 | 111000 |
Color Harmonies of #76AAA6
Complementary color
Monochromatic Colors of #76AAA6
Black with #76AAA6
Text Example
Text Example
White with #76AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AAA6; }
p { color: rgb(118,170,166); }
H1.HeaderClassName
{
color: #76AAA6;
}
.AnyTagClassName
{
color: #76AAA6;
}
</style>
background-color css
<style>
a { background-color: #76AAA6; }
a { background-color: rgb(118,170,166); }
div.DivClassName
{
background-color: #76AAA6;
}
.BgClassName
{
background-color: #76AAA6;
}
</style>
border-color css
<style>
span { border-color: #76AAA6; }
span { border-color: rgb(118,170,166); }
td.TdClassName
{
border-color: #76AAA6;
}
.TagClassName
{
border-color: #76AAA6;
}
</style>