Shades of Tradewind #75AAA6
Tints of Tradewind #75AAA6
RGB
CMYK
RGB Variations
Color information
#75AAA6 (or 0x75AAA6) is known color: Tradewind. HEX triplet: 75, AA and A6. RGB value is (117,170,166). Sum of RGB (Red+Green+Blue) = 117+170+166=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #75AAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAA6 is #8A5559. Grayscale: #999999. Windows color (decimal): -9065818 or 10922613. OLE color: 10922613.
HSL color Cylindrical-coordinate representation of color #75AAA6: hue angle of 175.47º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75AAA6 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 170 | 166 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.33 |
| HSL | 175.47º | 0.24% | 0.56% | - |
| HSV(B) | 175.47º | 0.31% | 0.67% | - |
| XYZ | 28.59 | 35.28 | 41.38 | - |
| YUV | 153.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 166 | 0.31 | 0 | 0.02 | 0.33 | 175.47 | 0.24 | 0.56 |
| Hex | 75 | AA | A6 | 1F | 0 | 2 | 21 | AF | 18 | 38 |
| Octal | 165 | 252 | 246 | 37 | 0 | 2 | 41 | 257 | 30 | 70 |
| Binary | 1110101 | 10101010 | 10100110 | 11111 | 0 | 10 | 100001 | 10101111 | 11000 | 111000 |
Color Harmonies of #75AAA6
Complementary color
Monochromatic Colors of #75AAA6
Black with #75AAA6
Text Example
Text Example
White with #75AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AAA6; }
p { color: rgb(117,170,166); }
H1.HeaderClassName
{
color: #75AAA6;
}
.AnyTagClassName
{
color: #75AAA6;
}
</style>
background-color css
<style>
a { background-color: #75AAA6; }
a { background-color: rgb(117,170,166); }
div.DivClassName
{
background-color: #75AAA6;
}
.BgClassName
{
background-color: #75AAA6;
}
</style>
border-color css
<style>
span { border-color: #75AAA6; }
span { border-color: rgb(117,170,166); }
td.TdClassName
{
border-color: #75AAA6;
}
.TagClassName
{
border-color: #75AAA6;
}
</style>