Shades of Tradewind #70ABA3
Tints of Tradewind #70ABA3
RGB
CMYK
RGB Variations
Color information
#70ABA3 (or 0x70ABA3) is known color: Tradewind. HEX triplet: 70, AB and A3. RGB value is (112,171,163). Sum of RGB (Red+Green+Blue) = 112+171+163=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #70ABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABA3 is #8F545C. Grayscale: #989898. Windows color (decimal): -9393245 or 10726256. OLE color: 10726256.
HSL color Cylindrical-coordinate representation of color #70ABA3: hue angle of 171.86º 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 #70ABA3 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 163 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.33 |
| HSL | 171.86º | 0.26% | 0.55% | - |
| HSV(B) | 171.86º | 0.35% | 0.67% | - |
| XYZ | 27.86 | 35.21 | 39.98 | - |
| YUV | 152.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 163 | 0.35 | 0 | 0.05 | 0.33 | 171.86 | 0.26 | 0.55 |
| Hex | 70 | AB | A3 | 23 | 0 | 5 | 21 | AC | 1A | 37 |
| Octal | 160 | 253 | 243 | 43 | 0 | 5 | 41 | 254 | 32 | 67 |
| Binary | 1110000 | 10101011 | 10100011 | 100011 | 0 | 101 | 100001 | 10101100 | 11010 | 110111 |
Color Harmonies of #70ABA3
Complementary color
Monochromatic Colors of #70ABA3
Black with #70ABA3
Text Example
Text Example
White with #70ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABA3; }
p { color: rgb(112,171,163); }
H1.HeaderClassName
{
color: #70ABA3;
}
.AnyTagClassName
{
color: #70ABA3;
}
</style>
background-color css
<style>
a { background-color: #70ABA3; }
a { background-color: rgb(112,171,163); }
div.DivClassName
{
background-color: #70ABA3;
}
.BgClassName
{
background-color: #70ABA3;
}
</style>
border-color css
<style>
span { border-color: #70ABA3; }
span { border-color: rgb(112,171,163); }
td.TdClassName
{
border-color: #70ABA3;
}
.TagClassName
{
border-color: #70ABA3;
}
</style>