Shades of Tradewind #70A2A0
Tints of Tradewind #70A2A0
RGB
CMYK
RGB Variations
Color information
#70A2A0 (or 0x70A2A0) is known color: Tradewind. HEX triplet: 70, A2 and A0. RGB value is (112,162,160). Sum of RGB (Red+Green+Blue) = 112+162+160=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #70A2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A2A0 is #8F5D5F. Grayscale: #929292. Windows color (decimal): -9395552 or 10527344. OLE color: 10527344.
HSL color Cylindrical-coordinate representation of color #70A2A0: hue angle of 177.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A2A0 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 160 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.36 |
| HSL | 177.6º | 0.21% | 0.54% | - |
| HSV(B) | 177.6º | 0.31% | 0.64% | - |
| XYZ | 25.95 | 31.82 | 38.03 | - |
| YUV | 146.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 160 | 0.31 | 0 | 0.01 | 0.36 | 177.6 | 0.21 | 0.54 |
| Hex | 70 | A2 | A0 | 1F | 0 | 1 | 24 | B2 | 15 | 36 |
| Octal | 160 | 242 | 240 | 37 | 0 | 1 | 44 | 262 | 25 | 66 |
| Binary | 1110000 | 10100010 | 10100000 | 11111 | 0 | 1 | 100100 | 10110010 | 10101 | 110110 |
Color Harmonies of #70A2A0
Complementary color
Monochromatic Colors of #70A2A0
Black with #70A2A0
Text Example
Text Example
White with #70A2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2A0; }
p { color: rgb(112,162,160); }
H1.HeaderClassName
{
color: #70A2A0;
}
.AnyTagClassName
{
color: #70A2A0;
}
</style>
background-color css
<style>
a { background-color: #70A2A0; }
a { background-color: rgb(112,162,160); }
div.DivClassName
{
background-color: #70A2A0;
}
.BgClassName
{
background-color: #70A2A0;
}
</style>
border-color css
<style>
span { border-color: #70A2A0; }
span { border-color: rgb(112,162,160); }
td.TdClassName
{
border-color: #70A2A0;
}
.TagClassName
{
border-color: #70A2A0;
}
</style>