Shades of Tradewind #70A39C
Tints of Tradewind #70A39C
RGB
CMYK
RGB Variations
Color information
#70A39C (or 0x70A39C) is known color: Tradewind. HEX triplet: 70, A3 and 9C. RGB value is (112,163,156). Sum of RGB (Red+Green+Blue) = 112+163+156=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #70A39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A39C is #8F5C63. Grayscale: #929292. Windows color (decimal): -9395300 or 10265456. OLE color: 10265456.
HSL color Cylindrical-coordinate representation of color #70A39C: hue angle of 171.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A39C is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 156 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.36 |
| HSL | 171.76º | 0.22% | 0.54% | - |
| HSV(B) | 171.76º | 0.31% | 0.64% | - |
| XYZ | 25.78 | 32.04 | 36.28 | - |
| YUV | 146.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 156 | 0.31 | 0 | 0.04 | 0.36 | 171.76 | 0.22 | 0.54 |
| Hex | 70 | A3 | 9C | 1F | 0 | 4 | 24 | AC | 16 | 36 |
| Octal | 160 | 243 | 234 | 37 | 0 | 4 | 44 | 254 | 26 | 66 |
| Binary | 1110000 | 10100011 | 10011100 | 11111 | 0 | 100 | 100100 | 10101100 | 10110 | 110110 |
Color Harmonies of #70A39C
Complementary color
Monochromatic Colors of #70A39C
Black with #70A39C
Text Example
Text Example
White with #70A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A39C; }
p { color: rgb(112,163,156); }
H1.HeaderClassName
{
color: #70A39C;
}
.AnyTagClassName
{
color: #70A39C;
}
</style>
background-color css
<style>
a { background-color: #70A39C; }
a { background-color: rgb(112,163,156); }
div.DivClassName
{
background-color: #70A39C;
}
.BgClassName
{
background-color: #70A39C;
}
</style>
border-color css
<style>
span { border-color: #70A39C; }
span { border-color: rgb(112,163,156); }
td.TdClassName
{
border-color: #70A39C;
}
.TagClassName
{
border-color: #70A39C;
}
</style>