Shades of Tradewind #5FAAA4
Tints of Tradewind #5FAAA4
RGB
CMYK
RGB Variations
Color information
#5FAAA4 (or 0x5FAAA4) is known color: Tradewind. HEX triplet: 5F, AA and A4. RGB value is (95,170,164). Sum of RGB (Red+Green+Blue) = 95+170+164=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAAA4 is #A0555B. Grayscale: #929292. Windows color (decimal): -10507612 or 10791519. OLE color: 10791519.
HSL color Cylindrical-coordinate representation of color #5FAAA4: hue angle of 175.2º 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 #5FAAA4 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 164 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.33 |
| HSL | 175.2º | 0.31% | 0.52% | - |
| HSV(B) | 175.2º | 0.44% | 0.67% | - |
| XYZ | 25.79 | 33.86 | 40.3 | - |
| YUV | 146.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 164 | 0.44 | 0 | 0.04 | 0.33 | 175.2 | 0.31 | 0.52 |
| Hex | 5F | AA | A4 | 2C | 0 | 4 | 21 | AF | 1F | 34 |
| Octal | 137 | 252 | 244 | 54 | 0 | 4 | 41 | 257 | 37 | 64 |
| Binary | 1011111 | 10101010 | 10100100 | 101100 | 0 | 100 | 100001 | 10101111 | 11111 | 110100 |
Color Harmonies of #5FAAA4
Complementary color
Monochromatic Colors of #5FAAA4
Black with #5FAAA4
Text Example
Text Example
White with #5FAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAAA4; }
p { color: rgb(95,170,164); }
H1.HeaderClassName
{
color: #5FAAA4;
}
.AnyTagClassName
{
color: #5FAAA4;
}
</style>
background-color css
<style>
a { background-color: #5FAAA4; }
a { background-color: rgb(95,170,164); }
div.DivClassName
{
background-color: #5FAAA4;
}
.BgClassName
{
background-color: #5FAAA4;
}
</style>
border-color css
<style>
span { border-color: #5FAAA4; }
span { border-color: rgb(95,170,164); }
td.TdClassName
{
border-color: #5FAAA4;
}
.TagClassName
{
border-color: #5FAAA4;
}
</style>