Shades of Tradewind #70AEA3
Tints of Tradewind #70AEA3
RGB
CMYK
RGB Variations
Color information
#70AEA3 (or 0x70AEA3) is known color: Tradewind. HEX triplet: 70, AE and A3. RGB value is (112,174,163). Sum of RGB (Red+Green+Blue) = 112+174+163=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEA3 is #8F515C. Grayscale: #9A9A9A. Windows color (decimal): -9392477 or 10727024. OLE color: 10727024.
HSL color Cylindrical-coordinate representation of color #70AEA3: hue angle of 169.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AEA3 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 174 | 163 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.32 |
| HSL | 169.35º | 0.28% | 0.56% | - |
| HSV(B) | 169.35º | 0.36% | 0.68% | - |
| XYZ | 28.43 | 36.36 | 40.17 | - |
| YUV | 154.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 163 | 0.36 | 0 | 0.06 | 0.32 | 169.35 | 0.28 | 0.56 |
| Hex | 70 | AE | A3 | 24 | 0 | 6 | 20 | A9 | 1C | 38 |
| Octal | 160 | 256 | 243 | 44 | 0 | 6 | 40 | 251 | 34 | 70 |
| Binary | 1110000 | 10101110 | 10100011 | 100100 | 0 | 110 | 100000 | 10101001 | 11100 | 111000 |
Color Harmonies of #70AEA3
Complementary color
Monochromatic Colors of #70AEA3
Black with #70AEA3
Text Example
Text Example
White with #70AEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AEA3; }
p { color: rgb(112,174,163); }
H1.HeaderClassName
{
color: #70AEA3;
}
.AnyTagClassName
{
color: #70AEA3;
}
</style>
background-color css
<style>
a { background-color: #70AEA3; }
a { background-color: rgb(112,174,163); }
div.DivClassName
{
background-color: #70AEA3;
}
.BgClassName
{
background-color: #70AEA3;
}
</style>
border-color css
<style>
span { border-color: #70AEA3; }
span { border-color: rgb(112,174,163); }
td.TdClassName
{
border-color: #70AEA3;
}
.TagClassName
{
border-color: #70AEA3;
}
</style>