Shades of Tradewind #5FACA2
Tints of Tradewind #5FACA2
RGB
CMYK
RGB Variations
Color information
#5FACA2 (or 0x5FACA2) is known color: Tradewind. HEX triplet: 5F, AC and A2. RGB value is (95,172,162). Sum of RGB (Red+Green+Blue) = 95+172+162=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #5FACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACA2 is #A0535D. Grayscale: #939393. Windows color (decimal): -10507102 or 10660959. OLE color: 10660959.
HSL color Cylindrical-coordinate representation of color #5FACA2: hue angle of 172.21º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FACA2 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 162 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.33 |
| HSL | 172.21º | 0.32% | 0.52% | - |
| HSV(B) | 172.21º | 0.45% | 0.67% | - |
| XYZ | 25.99 | 34.55 | 39.48 | - |
| YUV | 147.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 162 | 0.45 | 0 | 0.06 | 0.33 | 172.21 | 0.32 | 0.52 |
| Hex | 5F | AC | A2 | 2D | 0 | 6 | 21 | AC | 20 | 34 |
| Octal | 137 | 254 | 242 | 55 | 0 | 6 | 41 | 254 | 40 | 64 |
| Binary | 1011111 | 10101100 | 10100010 | 101101 | 0 | 110 | 100001 | 10101100 | 100000 | 110100 |
Color Harmonies of #5FACA2
Complementary color
Monochromatic Colors of #5FACA2
Black with #5FACA2
Text Example
Text Example
White with #5FACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACA2; }
p { color: rgb(95,172,162); }
H1.HeaderClassName
{
color: #5FACA2;
}
.AnyTagClassName
{
color: #5FACA2;
}
</style>
background-color css
<style>
a { background-color: #5FACA2; }
a { background-color: rgb(95,172,162); }
div.DivClassName
{
background-color: #5FACA2;
}
.BgClassName
{
background-color: #5FACA2;
}
</style>
border-color css
<style>
span { border-color: #5FACA2; }
span { border-color: rgb(95,172,162); }
td.TdClassName
{
border-color: #5FACA2;
}
.TagClassName
{
border-color: #5FACA2;
}
</style>