Shades of Tradewind #70A199
Tints of Tradewind #70A199
RGB
CMYK
RGB Variations
Color information
#70A199 (or 0x70A199) is known color: Tradewind. HEX triplet: 70, A1 and 99. RGB value is (112,161,153). Sum of RGB (Red+Green+Blue) = 112+161+153=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #70A199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A199 is #8F5E66. Grayscale: #919191. Windows color (decimal): -9395815 or 10068336. OLE color: 10068336.
HSL color Cylindrical-coordinate representation of color #70A199: hue angle of 170.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A199 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 153 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.37 |
| HSL | 170.2º | 0.21% | 0.54% | - |
| HSV(B) | 170.2º | 0.3% | 0.63% | - |
| XYZ | 25.18 | 31.23 | 34.84 | - |
| YUV | 145.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 153 | 0.30 | 0 | 0.05 | 0.37 | 170.2 | 0.21 | 0.54 |
| Hex | 70 | A1 | 99 | 1E | 0 | 5 | 25 | AA | 15 | 36 |
| Octal | 160 | 241 | 231 | 36 | 0 | 5 | 45 | 252 | 25 | 66 |
| Binary | 1110000 | 10100001 | 10011001 | 11110 | 0 | 101 | 100101 | 10101010 | 10101 | 110110 |
Color Harmonies of #70A199
Complementary color
Monochromatic Colors of #70A199
Black with #70A199
Text Example
Text Example
White with #70A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A199; }
p { color: rgb(112,161,153); }
H1.HeaderClassName
{
color: #70A199;
}
.AnyTagClassName
{
color: #70A199;
}
</style>
background-color css
<style>
a { background-color: #70A199; }
a { background-color: rgb(112,161,153); }
div.DivClassName
{
background-color: #70A199;
}
.BgClassName
{
background-color: #70A199;
}
</style>
border-color css
<style>
span { border-color: #70A199; }
span { border-color: rgb(112,161,153); }
td.TdClassName
{
border-color: #70A199;
}
.TagClassName
{
border-color: #70A199;
}
</style>