Shades of Tradewind #70B4AE
Tints of Tradewind #70B4AE
RGB
CMYK
RGB Variations
Color information
#70B4AE (or 0x70B4AE) is known color: Tradewind. HEX triplet: 70, B4 and AE. RGB value is (112,180,174). Sum of RGB (Red+Green+Blue) = 112+180+174=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #70B4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B4AE is #8F4B51. Grayscale: #9E9E9E. Windows color (decimal): -9390930 or 11449456. OLE color: 11449456.
HSL color Cylindrical-coordinate representation of color #70B4AE: hue angle of 174.71º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B4AE is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 174 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.29 |
| HSL | 174.71º | 0.31% | 0.57% | - |
| HSV(B) | 174.71º | 0.38% | 0.71% | - |
| XYZ | 30.64 | 39.14 | 45.98 | - |
| YUV | 158.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 174 | 0.38 | 0 | 0.03 | 0.29 | 174.71 | 0.31 | 0.57 |
| Hex | 70 | B4 | AE | 26 | 0 | 3 | 1D | AF | 1F | 39 |
| Octal | 160 | 264 | 256 | 46 | 0 | 3 | 35 | 257 | 37 | 71 |
| Binary | 1110000 | 10110100 | 10101110 | 100110 | 0 | 11 | 11101 | 10101111 | 11111 | 111001 |
Color Harmonies of #70B4AE
Complementary color
Monochromatic Colors of #70B4AE
Black with #70B4AE
Text Example
Text Example
White with #70B4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B4AE; }
p { color: rgb(112,180,174); }
H1.HeaderClassName
{
color: #70B4AE;
}
.AnyTagClassName
{
color: #70B4AE;
}
</style>
background-color css
<style>
a { background-color: #70B4AE; }
a { background-color: rgb(112,180,174); }
div.DivClassName
{
background-color: #70B4AE;
}
.BgClassName
{
background-color: #70B4AE;
}
</style>
border-color css
<style>
span { border-color: #70B4AE; }
span { border-color: rgb(112,180,174); }
td.TdClassName
{
border-color: #70B4AE;
}
.TagClassName
{
border-color: #70B4AE;
}
</style>