Shades of Tradewind #70ACA0
Tints of Tradewind #70ACA0
RGB
CMYK
RGB Variations
Color information
#70ACA0 (or 0x70ACA0) is known color: Tradewind. HEX triplet: 70, AC and A0. RGB value is (112,172,160). Sum of RGB (Red+Green+Blue) = 112+172+160=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #70ACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ACA0 is #8F535F. Grayscale: #989898. Windows color (decimal): -9392992 or 10529904. OLE color: 10529904.
HSL color Cylindrical-coordinate representation of color #70ACA0: hue angle of 168º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70ACA0 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 160 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.33 |
| HSL | 168º | 0.27% | 0.56% | - |
| HSV(B) | 168º | 0.35% | 0.67% | - |
| XYZ | 27.78 | 35.49 | 38.64 | - |
| YUV | 152.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 160 | 0.35 | 0 | 0.07 | 0.33 | 168 | 0.27 | 0.56 |
| Hex | 70 | AC | A0 | 23 | 0 | 7 | 21 | A8 | 1B | 38 |
| Octal | 160 | 254 | 240 | 43 | 0 | 7 | 41 | 250 | 33 | 70 |
| Binary | 1110000 | 10101100 | 10100000 | 100011 | 0 | 111 | 100001 | 10101000 | 11011 | 111000 |
Color Harmonies of #70ACA0
Complementary color
Monochromatic Colors of #70ACA0
Black with #70ACA0
Text Example
Text Example
White with #70ACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACA0; }
p { color: rgb(112,172,160); }
H1.HeaderClassName
{
color: #70ACA0;
}
.AnyTagClassName
{
color: #70ACA0;
}
</style>
background-color css
<style>
a { background-color: #70ACA0; }
a { background-color: rgb(112,172,160); }
div.DivClassName
{
background-color: #70ACA0;
}
.BgClassName
{
background-color: #70ACA0;
}
</style>
border-color css
<style>
span { border-color: #70ACA0; }
span { border-color: rgb(112,172,160); }
td.TdClassName
{
border-color: #70ACA0;
}
.TagClassName
{
border-color: #70ACA0;
}
</style>