Shades of Tradewind #70B6B2
Tints of Tradewind #70B6B2
RGB
CMYK
RGB Variations
Color information
#70B6B2 (or 0x70B6B2) is known color: Tradewind. HEX triplet: 70, B6 and B2. RGB value is (112,182,178). Sum of RGB (Red+Green+Blue) = 112+182+178=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #70B6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B6B2 is #8F494D. Grayscale: #A0A0A0. Windows color (decimal): -9390414 or 11712112. OLE color: 11712112.
HSL color Cylindrical-coordinate representation of color #70B6B2: hue angle of 176.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B6B2 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 182 | 178 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.29 |
| HSL | 176.57º | 0.32% | 0.58% | - |
| HSV(B) | 176.57º | 0.38% | 0.71% | - |
| XYZ | 31.45 | 40.12 | 48.21 | - |
| YUV | 160.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 182 | 178 | 0.38 | 0 | 0.02 | 0.29 | 176.57 | 0.32 | 0.58 |
| Hex | 70 | B6 | B2 | 26 | 0 | 2 | 1D | B1 | 20 | 3A |
| Octal | 160 | 266 | 262 | 46 | 0 | 2 | 35 | 261 | 40 | 72 |
| Binary | 1110000 | 10110110 | 10110010 | 100110 | 0 | 10 | 11101 | 10110001 | 100000 | 111010 |
Color Harmonies of #70B6B2
Complementary color
Monochromatic Colors of #70B6B2
Black with #70B6B2
Text Example
Text Example
White with #70B6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B6B2; }
p { color: rgb(112,182,178); }
H1.HeaderClassName
{
color: #70B6B2;
}
.AnyTagClassName
{
color: #70B6B2;
}
</style>
background-color css
<style>
a { background-color: #70B6B2; }
a { background-color: rgb(112,182,178); }
div.DivClassName
{
background-color: #70B6B2;
}
.BgClassName
{
background-color: #70B6B2;
}
</style>
border-color css
<style>
span { border-color: #70B6B2; }
span { border-color: rgb(112,182,178); }
td.TdClassName
{
border-color: #70B6B2;
}
.TagClassName
{
border-color: #70B6B2;
}
</style>