Shades of Tradewind #70AAA8
Tints of Tradewind #70AAA8
RGB
CMYK
RGB Variations
Color information
#70AAA8 (or 0x70AAA8) is known color: Tradewind. HEX triplet: 70, AA and A8. RGB value is (112,170,168). Sum of RGB (Red+Green+Blue) = 112+170+168=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #70AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAA8 is #8F5557. Grayscale: #989898. Windows color (decimal): -9393496 or 11053680. OLE color: 11053680.
HSL color Cylindrical-coordinate representation of color #70AAA8: hue angle of 177.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AAA8 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 168 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.33 |
| HSL | 177.93º | 0.25% | 0.55% | - |
| HSV(B) | 177.93º | 0.34% | 0.67% | - |
| XYZ | 28.12 | 35.02 | 42.32 | - |
| YUV | 152.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 168 | 0.34 | 0 | 0.01 | 0.33 | 177.93 | 0.25 | 0.55 |
| Hex | 70 | AA | A8 | 22 | 0 | 1 | 21 | B2 | 19 | 37 |
| Octal | 160 | 252 | 250 | 42 | 0 | 1 | 41 | 262 | 31 | 67 |
| Binary | 1110000 | 10101010 | 10101000 | 100010 | 0 | 1 | 100001 | 10110010 | 11001 | 110111 |
Color Harmonies of #70AAA8
Complementary color
Monochromatic Colors of #70AAA8
Black with #70AAA8
Text Example
Text Example
White with #70AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAA8; }
p { color: rgb(112,170,168); }
H1.HeaderClassName
{
color: #70AAA8;
}
.AnyTagClassName
{
color: #70AAA8;
}
</style>
background-color css
<style>
a { background-color: #70AAA8; }
a { background-color: rgb(112,170,168); }
div.DivClassName
{
background-color: #70AAA8;
}
.BgClassName
{
background-color: #70AAA8;
}
</style>
border-color css
<style>
span { border-color: #70AAA8; }
span { border-color: rgb(112,170,168); }
td.TdClassName
{
border-color: #70AAA8;
}
.TagClassName
{
border-color: #70AAA8;
}
</style>