Shades of Tradewind #5FAAA1
Tints of Tradewind #5FAAA1
RGB
CMYK
RGB Variations
Color information
#5FAAA1 (or 0x5FAAA1) is known color: Tradewind. HEX triplet: 5F, AA and A1. RGB value is (95,170,161). Sum of RGB (Red+Green+Blue) = 95+170+161=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAAA1 is #A0555E. Grayscale: #929292. Windows color (decimal): -10507615 or 10594911. OLE color: 10594911.
HSL color Cylindrical-coordinate representation of color #5FAAA1: hue angle of 172.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FAAA1 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 161 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.33 |
| HSL | 172.8º | 0.31% | 0.52% | - |
| HSV(B) | 172.8º | 0.44% | 0.67% | - |
| XYZ | 25.53 | 33.76 | 38.89 | - |
| YUV | 146.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 161 | 0.44 | 0 | 0.05 | 0.33 | 172.8 | 0.31 | 0.52 |
| Hex | 5F | AA | A1 | 2C | 0 | 5 | 21 | AD | 1F | 34 |
| Octal | 137 | 252 | 241 | 54 | 0 | 5 | 41 | 255 | 37 | 64 |
| Binary | 1011111 | 10101010 | 10100001 | 101100 | 0 | 101 | 100001 | 10101101 | 11111 | 110100 |
Color Harmonies of #5FAAA1
Complementary color
Monochromatic Colors of #5FAAA1
Black with #5FAAA1
Text Example
Text Example
White with #5FAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAAA1; }
p { color: rgb(95,170,161); }
H1.HeaderClassName
{
color: #5FAAA1;
}
.AnyTagClassName
{
color: #5FAAA1;
}
</style>
background-color css
<style>
a { background-color: #5FAAA1; }
a { background-color: rgb(95,170,161); }
div.DivClassName
{
background-color: #5FAAA1;
}
.BgClassName
{
background-color: #5FAAA1;
}
</style>
border-color css
<style>
span { border-color: #5FAAA1; }
span { border-color: rgb(95,170,161); }
td.TdClassName
{
border-color: #5FAAA1;
}
.TagClassName
{
border-color: #5FAAA1;
}
</style>