Shades of Tradewind #70ADAA
Tints of Tradewind #70ADAA
RGB
CMYK
RGB Variations
Color information
#70ADAA (or 0x70ADAA) is known color: Tradewind. HEX triplet: 70, AD and AA. RGB value is (112,173,170). Sum of RGB (Red+Green+Blue) = 112+173+170=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #70ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ADAA is #8F5255. Grayscale: #9A9A9A. Windows color (decimal): -9392726 or 11185520. OLE color: 11185520.
HSL color Cylindrical-coordinate representation of color #70ADAA: hue angle of 177.05º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70ADAA is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 170 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.32 |
| HSL | 177.05º | 0.27% | 0.56% | - |
| HSV(B) | 177.05º | 0.35% | 0.68% | - |
| XYZ | 28.88 | 36.23 | 43.5 | - |
| YUV | 154.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 170 | 0.35 | 0 | 0.02 | 0.32 | 177.05 | 0.27 | 0.56 |
| Hex | 70 | AD | AA | 23 | 0 | 2 | 20 | B1 | 1B | 38 |
| Octal | 160 | 255 | 252 | 43 | 0 | 2 | 40 | 261 | 33 | 70 |
| Binary | 1110000 | 10101101 | 10101010 | 100011 | 0 | 10 | 100000 | 10110001 | 11011 | 111000 |
Color Harmonies of #70ADAA
Complementary color
Monochromatic Colors of #70ADAA
Black with #70ADAA
Text Example
Text Example
White with #70ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADAA; }
p { color: rgb(112,173,170); }
H1.HeaderClassName
{
color: #70ADAA;
}
.AnyTagClassName
{
color: #70ADAA;
}
</style>
background-color css
<style>
a { background-color: #70ADAA; }
a { background-color: rgb(112,173,170); }
div.DivClassName
{
background-color: #70ADAA;
}
.BgClassName
{
background-color: #70ADAA;
}
</style>
border-color css
<style>
span { border-color: #70ADAA; }
span { border-color: rgb(112,173,170); }
td.TdClassName
{
border-color: #70ADAA;
}
.TagClassName
{
border-color: #70ADAA;
}
</style>