Shades of Tradewind #70A3A0
Tints of Tradewind #70A3A0
RGB
CMYK
RGB Variations
Color information
#70A3A0 (or 0x70A3A0) is known color: Tradewind. HEX triplet: 70, A3 and A0. RGB value is (112,163,160). Sum of RGB (Red+Green+Blue) = 112+163+160=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 163 - color contains mainly: green. Hex color #70A3A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A3A0 is #8F5C5F. Grayscale: #939393. Windows color (decimal): -9395296 or 10527600. OLE color: 10527600.
HSL color Cylindrical-coordinate representation of color #70A3A0: hue angle of 176.47º degrees, saturation: 0.22, 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 #70A3A0 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 160 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.36 |
| HSL | 176.47º | 0.22% | 0.54% | - |
| HSV(B) | 176.47º | 0.31% | 0.64% | - |
| XYZ | 26.12 | 32.18 | 38.09 | - |
| YUV | 147.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 160 | 0.31 | 0 | 0.02 | 0.36 | 176.47 | 0.22 | 0.54 |
| Hex | 70 | A3 | A0 | 1F | 0 | 2 | 24 | B0 | 16 | 36 |
| Octal | 160 | 243 | 240 | 37 | 0 | 2 | 44 | 260 | 26 | 66 |
| Binary | 1110000 | 10100011 | 10100000 | 11111 | 0 | 10 | 100100 | 10110000 | 10110 | 110110 |
Color Harmonies of #70A3A0
Complementary color
Monochromatic Colors of #70A3A0
Black with #70A3A0
Text Example
Text Example
White with #70A3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A3A0; }
p { color: rgb(112,163,160); }
H1.HeaderClassName
{
color: #70A3A0;
}
.AnyTagClassName
{
color: #70A3A0;
}
</style>
background-color css
<style>
a { background-color: #70A3A0; }
a { background-color: rgb(112,163,160); }
div.DivClassName
{
background-color: #70A3A0;
}
.BgClassName
{
background-color: #70A3A0;
}
</style>
border-color css
<style>
span { border-color: #70A3A0; }
span { border-color: rgb(112,163,160); }
td.TdClassName
{
border-color: #70A3A0;
}
.TagClassName
{
border-color: #70A3A0;
}
</style>