Shades of Tradewind #70B4B0
Tints of Tradewind #70B4B0
RGB
CMYK
RGB Variations
Color information
#70B4B0 (or 0x70B4B0) is known color: Tradewind. HEX triplet: 70, B4 and B0. RGB value is (112,180,176). Sum of RGB (Red+Green+Blue) = 112+180+176=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #70B4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B4B0 is #8F4B4F. Grayscale: #9F9F9F. Windows color (decimal): -9390928 or 11580528. OLE color: 11580528.
HSL color Cylindrical-coordinate representation of color #70B4B0: hue angle of 176.47º 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 #70B4B0 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 176 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.29 |
| HSL | 176.47º | 0.31% | 0.57% | - |
| HSV(B) | 176.47º | 0.38% | 0.71% | - |
| XYZ | 30.84 | 39.22 | 47.02 | - |
| YUV | 159.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 176 | 0.38 | 0 | 0.02 | 0.29 | 176.47 | 0.31 | 0.57 |
| Hex | 70 | B4 | B0 | 26 | 0 | 2 | 1D | B0 | 1F | 39 |
| Octal | 160 | 264 | 260 | 46 | 0 | 2 | 35 | 260 | 37 | 71 |
| Binary | 1110000 | 10110100 | 10110000 | 100110 | 0 | 10 | 11101 | 10110000 | 11111 | 111001 |
Color Harmonies of #70B4B0
Complementary color
Monochromatic Colors of #70B4B0
Black with #70B4B0
Text Example
Text Example
White with #70B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B4B0; }
p { color: rgb(112,180,176); }
H1.HeaderClassName
{
color: #70B4B0;
}
.AnyTagClassName
{
color: #70B4B0;
}
</style>
background-color css
<style>
a { background-color: #70B4B0; }
a { background-color: rgb(112,180,176); }
div.DivClassName
{
background-color: #70B4B0;
}
.BgClassName
{
background-color: #70B4B0;
}
</style>
border-color css
<style>
span { border-color: #70B4B0; }
span { border-color: rgb(112,180,176); }
td.TdClassName
{
border-color: #70B4B0;
}
.TagClassName
{
border-color: #70B4B0;
}
</style>