Shades of Tradewind #70A69B
Tints of Tradewind #70A69B
RGB
CMYK
RGB Variations
Color information
#70A69B (or 0x70A69B) is known color: Tradewind. HEX triplet: 70, A6 and 9B. RGB value is (112,166,155). Sum of RGB (Red+Green+Blue) = 112+166+155=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #70A69B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A69B is #8F5964. Grayscale: #949494. Windows color (decimal): -9394533 or 10200688. OLE color: 10200688.
HSL color Cylindrical-coordinate representation of color #70A69B: hue angle of 167.78º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A69B is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 155 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.35 |
| HSL | 167.78º | 0.23% | 0.55% | - |
| HSV(B) | 167.78º | 0.33% | 0.65% | - |
| XYZ | 26.23 | 33.08 | 36.01 | - |
| YUV | 148.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 155 | 0.33 | 0 | 0.07 | 0.35 | 167.78 | 0.23 | 0.55 |
| Hex | 70 | A6 | 9B | 21 | 0 | 7 | 23 | A8 | 17 | 37 |
| Octal | 160 | 246 | 233 | 41 | 0 | 7 | 43 | 250 | 27 | 67 |
| Binary | 1110000 | 10100110 | 10011011 | 100001 | 0 | 111 | 100011 | 10101000 | 10111 | 110111 |
Color Harmonies of #70A69B
Complementary color
Monochromatic Colors of #70A69B
Black with #70A69B
Text Example
Text Example
White with #70A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A69B; }
p { color: rgb(112,166,155); }
H1.HeaderClassName
{
color: #70A69B;
}
.AnyTagClassName
{
color: #70A69B;
}
</style>
background-color css
<style>
a { background-color: #70A69B; }
a { background-color: rgb(112,166,155); }
div.DivClassName
{
background-color: #70A69B;
}
.BgClassName
{
background-color: #70A69B;
}
</style>
border-color css
<style>
span { border-color: #70A69B; }
span { border-color: rgb(112,166,155); }
td.TdClassName
{
border-color: #70A69B;
}
.TagClassName
{
border-color: #70A69B;
}
</style>