Shades of Tradewind #70B1AB
Tints of Tradewind #70B1AB
RGB
CMYK
RGB Variations
Color information
#70B1AB (or 0x70B1AB) is known color: Tradewind. HEX triplet: 70, B1 and AB. RGB value is (112,177,171). Sum of RGB (Red+Green+Blue) = 112+177+171=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #70B1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B1AB is #8F4E54. Grayscale: #9C9C9C. Windows color (decimal): -9391701 or 11252080. OLE color: 11252080.
HSL color Cylindrical-coordinate representation of color #70B1AB: hue angle of 174.46º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B1AB is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 177 | 171 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.31 |
| HSL | 174.46º | 0.29% | 0.57% | - |
| HSV(B) | 174.46º | 0.37% | 0.69% | - |
| XYZ | 29.75 | 37.83 | 44.26 | - |
| YUV | 156.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 177 | 171 | 0.37 | 0 | 0.03 | 0.31 | 174.46 | 0.29 | 0.57 |
| Hex | 70 | B1 | AB | 25 | 0 | 3 | 1F | AE | 1D | 39 |
| Octal | 160 | 261 | 253 | 45 | 0 | 3 | 37 | 256 | 35 | 71 |
| Binary | 1110000 | 10110001 | 10101011 | 100101 | 0 | 11 | 11111 | 10101110 | 11101 | 111001 |
Color Harmonies of #70B1AB
Complementary color
Monochromatic Colors of #70B1AB
Black with #70B1AB
Text Example
Text Example
White with #70B1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B1AB; }
p { color: rgb(112,177,171); }
H1.HeaderClassName
{
color: #70B1AB;
}
.AnyTagClassName
{
color: #70B1AB;
}
</style>
background-color css
<style>
a { background-color: #70B1AB; }
a { background-color: rgb(112,177,171); }
div.DivClassName
{
background-color: #70B1AB;
}
.BgClassName
{
background-color: #70B1AB;
}
</style>
border-color css
<style>
span { border-color: #70B1AB; }
span { border-color: rgb(112,177,171); }
td.TdClassName
{
border-color: #70B1AB;
}
.TagClassName
{
border-color: #70B1AB;
}
</style>