Shades of Tradewind #70AB9E
Tints of Tradewind #70AB9E
RGB
CMYK
RGB Variations
Color information
#70AB9E (or 0x70AB9E) is known color: Tradewind. HEX triplet: 70, AB and 9E. RGB value is (112,171,158). Sum of RGB (Red+Green+Blue) = 112+171+158=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB9E is #8F5461. Grayscale: #979797. Windows color (decimal): -9393250 or 10398576. OLE color: 10398576.
HSL color Cylindrical-coordinate representation of color #70AB9E: hue angle of 166.78º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB9E is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 158 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.33 |
| HSL | 166.78º | 0.26% | 0.55% | - |
| HSV(B) | 166.78º | 0.35% | 0.67% | - |
| XYZ | 27.42 | 35.04 | 37.67 | - |
| YUV | 151.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 158 | 0.35 | 0 | 0.08 | 0.33 | 166.78 | 0.26 | 0.55 |
| Hex | 70 | AB | 9E | 23 | 0 | 8 | 21 | A7 | 1A | 37 |
| Octal | 160 | 253 | 236 | 43 | 0 | 10 | 41 | 247 | 32 | 67 |
| Binary | 1110000 | 10101011 | 10011110 | 100011 | 0 | 1000 | 100001 | 10100111 | 11010 | 110111 |
Color Harmonies of #70AB9E
Complementary color
Monochromatic Colors of #70AB9E
Black with #70AB9E
Text Example
Text Example
White with #70AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB9E; }
p { color: rgb(112,171,158); }
H1.HeaderClassName
{
color: #70AB9E;
}
.AnyTagClassName
{
color: #70AB9E;
}
</style>
background-color css
<style>
a { background-color: #70AB9E; }
a { background-color: rgb(112,171,158); }
div.DivClassName
{
background-color: #70AB9E;
}
.BgClassName
{
background-color: #70AB9E;
}
</style>
border-color css
<style>
span { border-color: #70AB9E; }
span { border-color: rgb(112,171,158); }
td.TdClassName
{
border-color: #70AB9E;
}
.TagClassName
{
border-color: #70AB9E;
}
</style>