Shades of Tradewind #5FB4AB
Tints of Tradewind #5FB4AB
RGB
CMYK
RGB Variations
Color information
#5FB4AB (or 0x5FB4AB) is known color: Tradewind. HEX triplet: 5F, B4 and AB. RGB value is (95,180,171). Sum of RGB (Red+Green+Blue) = 95+180+171=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB4AB is #A04B54. Grayscale: #999999. Windows color (decimal): -10505045 or 11252831. OLE color: 11252831.
HSL color Cylindrical-coordinate representation of color #5FB4AB: hue angle of 173.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB4AB is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 180 | 171 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.29 |
| HSL | 173.65º | 0.36% | 0.54% | - |
| HSV(B) | 173.65º | 0.47% | 0.71% | - |
| XYZ | 28.39 | 38.02 | 44.37 | - |
| YUV | 153.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 171 | 0.47 | 0 | 0.05 | 0.29 | 173.65 | 0.36 | 0.54 |
| Hex | 5F | B4 | AB | 2F | 0 | 5 | 1D | AE | 24 | 36 |
| Octal | 137 | 264 | 253 | 57 | 0 | 5 | 35 | 256 | 44 | 66 |
| Binary | 1011111 | 10110100 | 10101011 | 101111 | 0 | 101 | 11101 | 10101110 | 100100 | 110110 |
Color Harmonies of #5FB4AB
Complementary color
Monochromatic Colors of #5FB4AB
Black with #5FB4AB
Text Example
Text Example
White with #5FB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB4AB; }
p { color: rgb(95,180,171); }
H1.HeaderClassName
{
color: #5FB4AB;
}
.AnyTagClassName
{
color: #5FB4AB;
}
</style>
background-color css
<style>
a { background-color: #5FB4AB; }
a { background-color: rgb(95,180,171); }
div.DivClassName
{
background-color: #5FB4AB;
}
.BgClassName
{
background-color: #5FB4AB;
}
</style>
border-color css
<style>
span { border-color: #5FB4AB; }
span { border-color: rgb(95,180,171); }
td.TdClassName
{
border-color: #5FB4AB;
}
.TagClassName
{
border-color: #5FB4AB;
}
</style>