Shades of Tradewind #5FB0A7
Tints of Tradewind #5FB0A7
RGB
CMYK
RGB Variations
Color information
#5FB0A7 (or 0x5FB0A7) is known color: Tradewind. HEX triplet: 5F, B0 and A7. RGB value is (95,176,167). Sum of RGB (Red+Green+Blue) = 95+176+167=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB0A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB0A7 is #A04F58. Grayscale: #969696. Windows color (decimal): -10506073 or 10989663. OLE color: 10989663.
HSL color Cylindrical-coordinate representation of color #5FB0A7: hue angle of 173.33º 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 #5FB0A7 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 167 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.31 |
| HSL | 173.33º | 0.34% | 0.53% | - |
| HSV(B) | 173.33º | 0.46% | 0.69% | - |
| XYZ | 27.22 | 36.27 | 42.13 | - |
| YUV | 150.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 167 | 0.46 | 0 | 0.05 | 0.31 | 173.33 | 0.34 | 0.53 |
| Hex | 5F | B0 | A7 | 2E | 0 | 5 | 1F | AD | 22 | 35 |
| Octal | 137 | 260 | 247 | 56 | 0 | 5 | 37 | 255 | 42 | 65 |
| Binary | 1011111 | 10110000 | 10100111 | 101110 | 0 | 101 | 11111 | 10101101 | 100010 | 110101 |
Color Harmonies of #5FB0A7
Complementary color
Monochromatic Colors of #5FB0A7
Black with #5FB0A7
Text Example
Text Example
White with #5FB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB0A7; }
p { color: rgb(95,176,167); }
H1.HeaderClassName
{
color: #5FB0A7;
}
.AnyTagClassName
{
color: #5FB0A7;
}
</style>
background-color css
<style>
a { background-color: #5FB0A7; }
a { background-color: rgb(95,176,167); }
div.DivClassName
{
background-color: #5FB0A7;
}
.BgClassName
{
background-color: #5FB0A7;
}
</style>
border-color css
<style>
span { border-color: #5FB0A7; }
span { border-color: rgb(95,176,167); }
td.TdClassName
{
border-color: #5FB0A7;
}
.TagClassName
{
border-color: #5FB0A7;
}
</style>