Shades of Tradewind #75A39B
Tints of Tradewind #75A39B
RGB
CMYK
RGB Variations
Color information
#75A39B (or 0x75A39B) is known color: Tradewind. HEX triplet: 75, A3 and 9B. RGB value is (117,163,155). Sum of RGB (Red+Green+Blue) = 117+163+155=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 163 - color contains mainly: green. Hex color #75A39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A39B is #8A5C64. Grayscale: #949494. Windows color (decimal): -9067621 or 10199925. OLE color: 10199925.
HSL color Cylindrical-coordinate representation of color #75A39B: hue angle of 169.57º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75A39B is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 163 | 155 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.36 |
| HSL | 169.57º | 0.2% | 0.55% | - |
| HSV(B) | 169.57º | 0.28% | 0.64% | - |
| XYZ | 26.35 | 32.34 | 35.86 | - |
| YUV | 148.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 155 | 0.28 | 0 | 0.05 | 0.36 | 169.57 | 0.2 | 0.55 |
| Hex | 75 | A3 | 9B | 1C | 0 | 5 | 24 | AA | 14 | 37 |
| Octal | 165 | 243 | 233 | 34 | 0 | 5 | 44 | 252 | 24 | 67 |
| Binary | 1110101 | 10100011 | 10011011 | 11100 | 0 | 101 | 100100 | 10101010 | 10100 | 110111 |
Color Harmonies of #75A39B
Complementary color
Monochromatic Colors of #75A39B
Black with #75A39B
Text Example
Text Example
White with #75A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A39B; }
p { color: rgb(117,163,155); }
H1.HeaderClassName
{
color: #75A39B;
}
.AnyTagClassName
{
color: #75A39B;
}
</style>
background-color css
<style>
a { background-color: #75A39B; }
a { background-color: rgb(117,163,155); }
div.DivClassName
{
background-color: #75A39B;
}
.BgClassName
{
background-color: #75A39B;
}
</style>
border-color css
<style>
span { border-color: #75A39B; }
span { border-color: rgb(117,163,155); }
td.TdClassName
{
border-color: #75A39B;
}
.TagClassName
{
border-color: #75A39B;
}
</style>