Shades of Tradewind #60AB9F
Tints of Tradewind #60AB9F
RGB
CMYK
RGB Variations
Color information
#60AB9F (or 0x60AB9F) is known color: Tradewind. HEX triplet: 60, AB and 9F. RGB value is (96,171,159). Sum of RGB (Red+Green+Blue) = 96+171+159=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AB9F is #9F5460. Grayscale: #939393. Windows color (decimal): -10441825 or 10464096. OLE color: 10464096.
HSL color Cylindrical-coordinate representation of color #60AB9F: hue angle of 170.4º 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 #60AB9F is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 159 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.33 |
| HSL | 170.4º | 0.31% | 0.52% | - |
| HSV(B) | 170.4º | 0.44% | 0.67% | - |
| XYZ | 25.64 | 34.12 | 38.03 | - |
| YUV | 147.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 159 | 0.44 | 0 | 0.07 | 0.33 | 170.4 | 0.31 | 0.52 |
| Hex | 60 | AB | 9F | 2C | 0 | 7 | 21 | AA | 1F | 34 |
| Octal | 140 | 253 | 237 | 54 | 0 | 7 | 41 | 252 | 37 | 64 |
| Binary | 1100000 | 10101011 | 10011111 | 101100 | 0 | 111 | 100001 | 10101010 | 11111 | 110100 |
Color Harmonies of #60AB9F
Complementary color
Monochromatic Colors of #60AB9F
Black with #60AB9F
Text Example
Text Example
White with #60AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB9F; }
p { color: rgb(96,171,159); }
H1.HeaderClassName
{
color: #60AB9F;
}
.AnyTagClassName
{
color: #60AB9F;
}
</style>
background-color css
<style>
a { background-color: #60AB9F; }
a { background-color: rgb(96,171,159); }
div.DivClassName
{
background-color: #60AB9F;
}
.BgClassName
{
background-color: #60AB9F;
}
</style>
border-color css
<style>
span { border-color: #60AB9F; }
span { border-color: rgb(96,171,159); }
td.TdClassName
{
border-color: #60AB9F;
}
.TagClassName
{
border-color: #60AB9F;
}
</style>