Shades of Tradewind #70AAA2
Tints of Tradewind #70AAA2
RGB
CMYK
RGB Variations
Color information
#70AAA2 (or 0x70AAA2) is known color: Tradewind. HEX triplet: 70, AA and A2. RGB value is (112,170,162). Sum of RGB (Red+Green+Blue) = 112+170+162=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #70AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAA2 is #8F555D. Grayscale: #979797. Windows color (decimal): -9393502 or 10660464. OLE color: 10660464.
HSL color Cylindrical-coordinate representation of color #70AAA2: hue angle of 171.72º 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 #70AAA2 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 162 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.33 |
| HSL | 171.72º | 0.25% | 0.55% | - |
| HSV(B) | 171.72º | 0.34% | 0.67% | - |
| XYZ | 27.58 | 34.8 | 39.45 | - |
| YUV | 151.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 162 | 0.34 | 0 | 0.05 | 0.33 | 171.72 | 0.25 | 0.55 |
| Hex | 70 | AA | A2 | 22 | 0 | 5 | 21 | AC | 19 | 37 |
| Octal | 160 | 252 | 242 | 42 | 0 | 5 | 41 | 254 | 31 | 67 |
| Binary | 1110000 | 10101010 | 10100010 | 100010 | 0 | 101 | 100001 | 10101100 | 11001 | 110111 |
Color Harmonies of #70AAA2
Complementary color
Monochromatic Colors of #70AAA2
Black with #70AAA2
Text Example
Text Example
White with #70AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAA2; }
p { color: rgb(112,170,162); }
H1.HeaderClassName
{
color: #70AAA2;
}
.AnyTagClassName
{
color: #70AAA2;
}
</style>
background-color css
<style>
a { background-color: #70AAA2; }
a { background-color: rgb(112,170,162); }
div.DivClassName
{
background-color: #70AAA2;
}
.BgClassName
{
background-color: #70AAA2;
}
</style>
border-color css
<style>
span { border-color: #70AAA2; }
span { border-color: rgb(112,170,162); }
td.TdClassName
{
border-color: #70AAA2;
}
.TagClassName
{
border-color: #70AAA2;
}
</style>