Shades of Tradewind #70A9A1
Tints of Tradewind #70A9A1
RGB
CMYK
RGB Variations
Color information
#70A9A1 (or 0x70A9A1) is known color: Tradewind. HEX triplet: 70, A9 and A1. RGB value is (112,169,161). Sum of RGB (Red+Green+Blue) = 112+169+161=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #70A9A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A9A1 is #8F565E. Grayscale: #979797. Windows color (decimal): -9393759 or 10594672. OLE color: 10594672.
HSL color Cylindrical-coordinate representation of color #70A9A1: hue angle of 171.58º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A9A1 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 161 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.34 |
| HSL | 171.58º | 0.25% | 0.55% | - |
| HSV(B) | 171.58º | 0.34% | 0.66% | - |
| XYZ | 27.3 | 34.39 | 38.92 | - |
| YUV | 151.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 161 | 0.34 | 0 | 0.05 | 0.34 | 171.58 | 0.25 | 0.55 |
| Hex | 70 | A9 | A1 | 22 | 0 | 5 | 22 | AC | 19 | 37 |
| Octal | 160 | 251 | 241 | 42 | 0 | 5 | 42 | 254 | 31 | 67 |
| Binary | 1110000 | 10101001 | 10100001 | 100010 | 0 | 101 | 100010 | 10101100 | 11001 | 110111 |
Color Harmonies of #70A9A1
Complementary color
Monochromatic Colors of #70A9A1
Black with #70A9A1
Text Example
Text Example
White with #70A9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A9A1; }
p { color: rgb(112,169,161); }
H1.HeaderClassName
{
color: #70A9A1;
}
.AnyTagClassName
{
color: #70A9A1;
}
</style>
background-color css
<style>
a { background-color: #70A9A1; }
a { background-color: rgb(112,169,161); }
div.DivClassName
{
background-color: #70A9A1;
}
.BgClassName
{
background-color: #70A9A1;
}
</style>
border-color css
<style>
span { border-color: #70A9A1; }
span { border-color: rgb(112,169,161); }
td.TdClassName
{
border-color: #70A9A1;
}
.TagClassName
{
border-color: #70A9A1;
}
</style>