Shades of Tradewind #70AAA6
Tints of Tradewind #70AAA6
RGB
CMYK
RGB Variations
Color information
#70AAA6 (or 0x70AAA6) is known color: Tradewind. HEX triplet: 70, AA and A6. RGB value is (112,170,166). Sum of RGB (Red+Green+Blue) = 112+170+166=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #70AAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAA6 is #8F5559. Grayscale: #989898. Windows color (decimal): -9393498 or 10922608. OLE color: 10922608.
HSL color Cylindrical-coordinate representation of color #70AAA6: hue angle of 175.86º 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 #70AAA6 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 166 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.33 |
| HSL | 175.86º | 0.25% | 0.55% | - |
| HSV(B) | 175.86º | 0.34% | 0.67% | - |
| XYZ | 27.94 | 34.95 | 41.35 | - |
| YUV | 152.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 166 | 0.34 | 0 | 0.02 | 0.33 | 175.86 | 0.25 | 0.55 |
| Hex | 70 | AA | A6 | 22 | 0 | 2 | 21 | B0 | 19 | 37 |
| Octal | 160 | 252 | 246 | 42 | 0 | 2 | 41 | 260 | 31 | 67 |
| Binary | 1110000 | 10101010 | 10100110 | 100010 | 0 | 10 | 100001 | 10110000 | 11001 | 110111 |
Color Harmonies of #70AAA6
Complementary color
Monochromatic Colors of #70AAA6
Black with #70AAA6
Text Example
Text Example
White with #70AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAA6; }
p { color: rgb(112,170,166); }
H1.HeaderClassName
{
color: #70AAA6;
}
.AnyTagClassName
{
color: #70AAA6;
}
</style>
background-color css
<style>
a { background-color: #70AAA6; }
a { background-color: rgb(112,170,166); }
div.DivClassName
{
background-color: #70AAA6;
}
.BgClassName
{
background-color: #70AAA6;
}
</style>
border-color css
<style>
span { border-color: #70AAA6; }
span { border-color: rgb(112,170,166); }
td.TdClassName
{
border-color: #70AAA6;
}
.TagClassName
{
border-color: #70AAA6;
}
</style>