Shades of Tradewind #60B3AA
Tints of Tradewind #60B3AA
RGB
CMYK
RGB Variations
Color information
#60B3AA (or 0x60B3AA) is known color: Tradewind. HEX triplet: 60, B3 and AA. RGB value is (96,179,170). Sum of RGB (Red+Green+Blue) = 96+179+170=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #60B3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B3AA is #9F4C55. Grayscale: #999999. Windows color (decimal): -10439766 or 11187040. OLE color: 11187040.
HSL color Cylindrical-coordinate representation of color #60B3AA: hue angle of 173.49º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B3AA is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 170 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.30 |
| HSL | 173.49º | 0.35% | 0.54% | - |
| HSV(B) | 173.49º | 0.46% | 0.7% | - |
| XYZ | 28.2 | 37.63 | 43.81 | - |
| YUV | 153.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 170 | 0.46 | 0 | 0.05 | 0.30 | 173.49 | 0.35 | 0.54 |
| Hex | 60 | B3 | AA | 2E | 0 | 5 | 1E | AD | 23 | 36 |
| Octal | 140 | 263 | 252 | 56 | 0 | 5 | 36 | 255 | 43 | 66 |
| Binary | 1100000 | 10110011 | 10101010 | 101110 | 0 | 101 | 11110 | 10101101 | 100011 | 110110 |
Color Harmonies of #60B3AA
Complementary color
Monochromatic Colors of #60B3AA
Black with #60B3AA
Text Example
Text Example
White with #60B3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B3AA; }
p { color: rgb(96,179,170); }
H1.HeaderClassName
{
color: #60B3AA;
}
.AnyTagClassName
{
color: #60B3AA;
}
</style>
background-color css
<style>
a { background-color: #60B3AA; }
a { background-color: rgb(96,179,170); }
div.DivClassName
{
background-color: #60B3AA;
}
.BgClassName
{
background-color: #60B3AA;
}
</style>
border-color css
<style>
span { border-color: #60B3AA; }
span { border-color: rgb(96,179,170); }
td.TdClassName
{
border-color: #60B3AA;
}
.TagClassName
{
border-color: #60B3AA;
}
</style>