Shades of Tradewind #75ADAA
Tints of Tradewind #75ADAA
RGB
CMYK
RGB Variations
Color information
#75ADAA (or 0x75ADAA) is known color: Tradewind. HEX triplet: 75, AD and AA. RGB value is (117,173,170). Sum of RGB (Red+Green+Blue) = 117+173+170=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #75ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ADAA is #8A5255. Grayscale: #9B9B9B. Windows color (decimal): -9065046 or 11185525. OLE color: 11185525.
HSL color Cylindrical-coordinate representation of color #75ADAA: hue angle of 176.79º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75ADAA is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 170 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.32 |
| HSL | 176.79º | 0.25% | 0.57% | - |
| HSV(B) | 176.79º | 0.32% | 0.68% | - |
| XYZ | 29.54 | 36.57 | 43.53 | - |
| YUV | 155.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 170 | 0.32 | 0 | 0.02 | 0.32 | 176.79 | 0.25 | 0.57 |
| Hex | 75 | AD | AA | 20 | 0 | 2 | 20 | B1 | 19 | 39 |
| Octal | 165 | 255 | 252 | 40 | 0 | 2 | 40 | 261 | 31 | 71 |
| Binary | 1110101 | 10101101 | 10101010 | 100000 | 0 | 10 | 100000 | 10110001 | 11001 | 111001 |
Color Harmonies of #75ADAA
Complementary color
Monochromatic Colors of #75ADAA
Black with #75ADAA
Text Example
Text Example
White with #75ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADAA; }
p { color: rgb(117,173,170); }
H1.HeaderClassName
{
color: #75ADAA;
}
.AnyTagClassName
{
color: #75ADAA;
}
</style>
background-color css
<style>
a { background-color: #75ADAA; }
a { background-color: rgb(117,173,170); }
div.DivClassName
{
background-color: #75ADAA;
}
.BgClassName
{
background-color: #75ADAA;
}
</style>
border-color css
<style>
span { border-color: #75ADAA; }
span { border-color: rgb(117,173,170); }
td.TdClassName
{
border-color: #75ADAA;
}
.TagClassName
{
border-color: #75ADAA;
}
</style>