Shades of Tradewind #70AAA7
Tints of Tradewind #70AAA7
RGB
CMYK
RGB Variations
Color information
#70AAA7 (or 0x70AAA7) is known color: Tradewind. HEX triplet: 70, AA and A7. RGB value is (112,170,167). Sum of RGB (Red+Green+Blue) = 112+170+167=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #70AAA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAA7 is #8F5558. Grayscale: #989898. Windows color (decimal): -9393497 or 10988144. OLE color: 10988144.
HSL color Cylindrical-coordinate representation of color #70AAA7: hue angle of 176.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AAA7 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 167 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.33 |
| HSL | 176.9º | 0.25% | 0.55% | - |
| HSV(B) | 176.9º | 0.34% | 0.67% | - |
| XYZ | 28.03 | 34.98 | 41.83 | - |
| YUV | 152.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 167 | 0.34 | 0 | 0.02 | 0.33 | 176.9 | 0.25 | 0.55 |
| Hex | 70 | AA | A7 | 22 | 0 | 2 | 21 | B1 | 19 | 37 |
| Octal | 160 | 252 | 247 | 42 | 0 | 2 | 41 | 261 | 31 | 67 |
| Binary | 1110000 | 10101010 | 10100111 | 100010 | 0 | 10 | 100001 | 10110001 | 11001 | 110111 |
Color Harmonies of #70AAA7
Complementary color
Monochromatic Colors of #70AAA7
Black with #70AAA7
Text Example
Text Example
White with #70AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAA7; }
p { color: rgb(112,170,167); }
H1.HeaderClassName
{
color: #70AAA7;
}
.AnyTagClassName
{
color: #70AAA7;
}
</style>
background-color css
<style>
a { background-color: #70AAA7; }
a { background-color: rgb(112,170,167); }
div.DivClassName
{
background-color: #70AAA7;
}
.BgClassName
{
background-color: #70AAA7;
}
</style>
border-color css
<style>
span { border-color: #70AAA7; }
span { border-color: rgb(112,170,167); }
td.TdClassName
{
border-color: #70AAA7;
}
.TagClassName
{
border-color: #70AAA7;
}
</style>