Shades of Tradewind #75A69F
Tints of Tradewind #75A69F
RGB
CMYK
RGB Variations
Color information
#75A69F (or 0x75A69F) is known color: Tradewind. HEX triplet: 75, A6 and 9F. RGB value is (117,166,159). Sum of RGB (Red+Green+Blue) = 117+166+159=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #75A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A69F is #8A5960. Grayscale: #969696. Windows color (decimal): -9066849 or 10462837. OLE color: 10462837.
HSL color Cylindrical-coordinate representation of color #75A69F: hue angle of 171.43º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A69F is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 159 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.35 |
| HSL | 171.43º | 0.22% | 0.55% | - |
| HSV(B) | 171.43º | 0.3% | 0.65% | - |
| XYZ | 27.23 | 33.56 | 37.84 | - |
| YUV | 150.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 159 | 0.30 | 0 | 0.04 | 0.35 | 171.43 | 0.22 | 0.55 |
| Hex | 75 | A6 | 9F | 1E | 0 | 4 | 23 | AB | 16 | 37 |
| Octal | 165 | 246 | 237 | 36 | 0 | 4 | 43 | 253 | 26 | 67 |
| Binary | 1110101 | 10100110 | 10011111 | 11110 | 0 | 100 | 100011 | 10101011 | 10110 | 110111 |
Color Harmonies of #75A69F
Complementary color
Monochromatic Colors of #75A69F
Black with #75A69F
Text Example
Text Example
White with #75A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A69F; }
p { color: rgb(117,166,159); }
H1.HeaderClassName
{
color: #75A69F;
}
.AnyTagClassName
{
color: #75A69F;
}
</style>
background-color css
<style>
a { background-color: #75A69F; }
a { background-color: rgb(117,166,159); }
div.DivClassName
{
background-color: #75A69F;
}
.BgClassName
{
background-color: #75A69F;
}
</style>
border-color css
<style>
span { border-color: #75A69F; }
span { border-color: rgb(117,166,159); }
td.TdClassName
{
border-color: #75A69F;
}
.TagClassName
{
border-color: #75A69F;
}
</style>