Shades of Tradewind #70A59E
Tints of Tradewind #70A59E
RGB
CMYK
RGB Variations
Color information
#70A59E (or 0x70A59E) is known color: Tradewind. HEX triplet: 70, A5 and 9E. RGB value is (112,165,158). Sum of RGB (Red+Green+Blue) = 112+165+158=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #70A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A59E is #8F5A61. Grayscale: #949494. Windows color (decimal): -9394786 or 10397040. OLE color: 10397040.
HSL color Cylindrical-coordinate representation of color #70A59E: hue angle of 172.08º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A59E is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 165 | 158 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.35 |
| HSL | 172.08º | 0.23% | 0.54% | - |
| HSV(B) | 172.08º | 0.32% | 0.65% | - |
| XYZ | 26.31 | 32.82 | 37.3 | - |
| YUV | 148.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 165 | 158 | 0.32 | 0 | 0.04 | 0.35 | 172.08 | 0.23 | 0.54 |
| Hex | 70 | A5 | 9E | 20 | 0 | 4 | 23 | AC | 17 | 36 |
| Octal | 160 | 245 | 236 | 40 | 0 | 4 | 43 | 254 | 27 | 66 |
| Binary | 1110000 | 10100101 | 10011110 | 100000 | 0 | 100 | 100011 | 10101100 | 10111 | 110110 |
Color Harmonies of #70A59E
Complementary color
Monochromatic Colors of #70A59E
Black with #70A59E
Text Example
Text Example
White with #70A59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A59E; }
p { color: rgb(112,165,158); }
H1.HeaderClassName
{
color: #70A59E;
}
.AnyTagClassName
{
color: #70A59E;
}
</style>
background-color css
<style>
a { background-color: #70A59E; }
a { background-color: rgb(112,165,158); }
div.DivClassName
{
background-color: #70A59E;
}
.BgClassName
{
background-color: #70A59E;
}
</style>
border-color css
<style>
span { border-color: #70A59E; }
span { border-color: rgb(112,165,158); }
td.TdClassName
{
border-color: #70A59E;
}
.TagClassName
{
border-color: #70A59E;
}
</style>