Shades of Tradewind #75A19B
Tints of Tradewind #75A19B
RGB
CMYK
RGB Variations
Color information
#75A19B (or 0x75A19B) is known color: Tradewind. HEX triplet: 75, A1 and 9B. RGB value is (117,161,155). Sum of RGB (Red+Green+Blue) = 117+161+155=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #75A19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A19B is #8A5E64. Grayscale: #939393. Windows color (decimal): -9068133 or 10199413. OLE color: 10199413.
HSL color Cylindrical-coordinate representation of color #75A19B: hue angle of 171.82º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A19B is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 161 | 155 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.37 |
| HSL | 171.82º | 0.19% | 0.55% | - |
| HSV(B) | 171.82º | 0.27% | 0.63% | - |
| XYZ | 26 | 31.64 | 35.75 | - |
| YUV | 147.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 155 | 0.27 | 0 | 0.04 | 0.37 | 171.82 | 0.19 | 0.55 |
| Hex | 75 | A1 | 9B | 1B | 0 | 4 | 25 | AC | 13 | 37 |
| Octal | 165 | 241 | 233 | 33 | 0 | 4 | 45 | 254 | 23 | 67 |
| Binary | 1110101 | 10100001 | 10011011 | 11011 | 0 | 100 | 100101 | 10101100 | 10011 | 110111 |
Color Harmonies of #75A19B
Complementary color
Monochromatic Colors of #75A19B
Black with #75A19B
Text Example
Text Example
White with #75A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A19B; }
p { color: rgb(117,161,155); }
H1.HeaderClassName
{
color: #75A19B;
}
.AnyTagClassName
{
color: #75A19B;
}
</style>
background-color css
<style>
a { background-color: #75A19B; }
a { background-color: rgb(117,161,155); }
div.DivClassName
{
background-color: #75A19B;
}
.BgClassName
{
background-color: #75A19B;
}
</style>
border-color css
<style>
span { border-color: #75A19B; }
span { border-color: rgb(117,161,155); }
td.TdClassName
{
border-color: #75A19B;
}
.TagClassName
{
border-color: #75A19B;
}
</style>