Shades of Tradewind #5FB0AA
Tints of Tradewind #5FB0AA
RGB
CMYK
RGB Variations
Color information
#5FB0AA (or 0x5FB0AA) is known color: Tradewind. HEX triplet: 5F, B0 and AA. RGB value is (95,176,170). Sum of RGB (Red+Green+Blue) = 95+176+170=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB0AA is #A04F55. Grayscale: #979797. Windows color (decimal): -10506070 or 11186271. OLE color: 11186271.
HSL color Cylindrical-coordinate representation of color #5FB0AA: hue angle of 175.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB0AA is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 170 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.31 |
| HSL | 175.56º | 0.34% | 0.53% | - |
| HSV(B) | 175.56º | 0.46% | 0.69% | - |
| XYZ | 27.5 | 36.39 | 43.6 | - |
| YUV | 151.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 170 | 0.46 | 0 | 0.03 | 0.31 | 175.56 | 0.34 | 0.53 |
| Hex | 5F | B0 | AA | 2E | 0 | 3 | 1F | B0 | 22 | 35 |
| Octal | 137 | 260 | 252 | 56 | 0 | 3 | 37 | 260 | 42 | 65 |
| Binary | 1011111 | 10110000 | 10101010 | 101110 | 0 | 11 | 11111 | 10110000 | 100010 | 110101 |
Color Harmonies of #5FB0AA
Complementary color
Monochromatic Colors of #5FB0AA
Black with #5FB0AA
Text Example
Text Example
White with #5FB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB0AA; }
p { color: rgb(95,176,170); }
H1.HeaderClassName
{
color: #5FB0AA;
}
.AnyTagClassName
{
color: #5FB0AA;
}
</style>
background-color css
<style>
a { background-color: #5FB0AA; }
a { background-color: rgb(95,176,170); }
div.DivClassName
{
background-color: #5FB0AA;
}
.BgClassName
{
background-color: #5FB0AA;
}
</style>
border-color css
<style>
span { border-color: #5FB0AA; }
span { border-color: rgb(95,176,170); }
td.TdClassName
{
border-color: #5FB0AA;
}
.TagClassName
{
border-color: #5FB0AA;
}
</style>