Shades of Tradewind #70A7A5
Tints of Tradewind #70A7A5
RGB
CMYK
RGB Variations
Color information
#70A7A5 (or 0x70A7A5) is known color: Tradewind. HEX triplet: 70, A7 and A5. RGB value is (112,167,165). Sum of RGB (Red+Green+Blue) = 112+167+165=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 167 - color contains mainly: green. Hex color #70A7A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A7A5 is #8F585A. Grayscale: #969696. Windows color (decimal): -9394267 or 10856304. OLE color: 10856304.
HSL color Cylindrical-coordinate representation of color #70A7A5: hue angle of 177.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A7A5 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 167 | 165 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.35 |
| HSL | 177.82º | 0.24% | 0.55% | - |
| HSV(B) | 177.82º | 0.33% | 0.65% | - |
| XYZ | 27.29 | 33.8 | 40.68 | - |
| YUV | 150.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 165 | 0.33 | 0 | 0.01 | 0.35 | 177.82 | 0.24 | 0.55 |
| Hex | 70 | A7 | A5 | 21 | 0 | 1 | 23 | B2 | 18 | 37 |
| Octal | 160 | 247 | 245 | 41 | 0 | 1 | 43 | 262 | 30 | 67 |
| Binary | 1110000 | 10100111 | 10100101 | 100001 | 0 | 1 | 100011 | 10110010 | 11000 | 110111 |
Color Harmonies of #70A7A5
Complementary color
Monochromatic Colors of #70A7A5
Black with #70A7A5
Text Example
Text Example
White with #70A7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A7A5; }
p { color: rgb(112,167,165); }
H1.HeaderClassName
{
color: #70A7A5;
}
.AnyTagClassName
{
color: #70A7A5;
}
</style>
background-color css
<style>
a { background-color: #70A7A5; }
a { background-color: rgb(112,167,165); }
div.DivClassName
{
background-color: #70A7A5;
}
.BgClassName
{
background-color: #70A7A5;
}
</style>
border-color css
<style>
span { border-color: #70A7A5; }
span { border-color: rgb(112,167,165); }
td.TdClassName
{
border-color: #70A7A5;
}
.TagClassName
{
border-color: #70A7A5;
}
</style>