Shades of Tradewind #70A69A
Tints of Tradewind #70A69A
RGB
CMYK
RGB Variations
Color information
#70A69A (or 0x70A69A) is known color: Tradewind. HEX triplet: 70, A6 and 9A. RGB value is (112,166,154). Sum of RGB (Red+Green+Blue) = 112+166+154=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 166 - color contains mainly: green. Hex color #70A69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A69A is #8F5965. Grayscale: #949494. Windows color (decimal): -9394534 or 10135152. OLE color: 10135152.
HSL color Cylindrical-coordinate representation of color #70A69A: hue angle of 166.67º 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 #70A69A is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 154 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.35 |
| HSL | 166.67º | 0.23% | 0.55% | - |
| HSV(B) | 166.67º | 0.33% | 0.65% | - |
| XYZ | 26.15 | 33.05 | 35.57 | - |
| YUV | 148.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 154 | 0.33 | 0 | 0.07 | 0.35 | 166.67 | 0.23 | 0.55 |
| Hex | 70 | A6 | 9A | 21 | 0 | 7 | 23 | A7 | 17 | 37 |
| Octal | 160 | 246 | 232 | 41 | 0 | 7 | 43 | 247 | 27 | 67 |
| Binary | 1110000 | 10100110 | 10011010 | 100001 | 0 | 111 | 100011 | 10100111 | 10111 | 110111 |
Color Harmonies of #70A69A
Complementary color
Monochromatic Colors of #70A69A
Black with #70A69A
Text Example
Text Example
White with #70A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A69A; }
p { color: rgb(112,166,154); }
H1.HeaderClassName
{
color: #70A69A;
}
.AnyTagClassName
{
color: #70A69A;
}
</style>
background-color css
<style>
a { background-color: #70A69A; }
a { background-color: rgb(112,166,154); }
div.DivClassName
{
background-color: #70A69A;
}
.BgClassName
{
background-color: #70A69A;
}
</style>
border-color css
<style>
span { border-color: #70A69A; }
span { border-color: rgb(112,166,154); }
td.TdClassName
{
border-color: #70A69A;
}
.TagClassName
{
border-color: #70A69A;
}
</style>