Shades of Tradewind #60B5AB
Tints of Tradewind #60B5AB
RGB
CMYK
RGB Variations
Color information
#60B5AB (or 0x60B5AB) is known color: Tradewind. HEX triplet: 60, B5 and AB. RGB value is (96,181,171). Sum of RGB (Red+Green+Blue) = 96+181+171=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5AB is #9F4A54. Grayscale: #9A9A9A. Windows color (decimal): -10439253 or 11253088. OLE color: 11253088.
HSL color Cylindrical-coordinate representation of color #60B5AB: hue angle of 172.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B5AB is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 171 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.29 |
| HSL | 172.94º | 0.36% | 0.54% | - |
| HSV(B) | 172.94º | 0.47% | 0.71% | - |
| XYZ | 28.7 | 38.47 | 44.44 | - |
| YUV | 154.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 171 | 0.47 | 0 | 0.06 | 0.29 | 172.94 | 0.36 | 0.54 |
| Hex | 60 | B5 | AB | 2F | 0 | 6 | 1D | AD | 24 | 36 |
| Octal | 140 | 265 | 253 | 57 | 0 | 6 | 35 | 255 | 44 | 66 |
| Binary | 1100000 | 10110101 | 10101011 | 101111 | 0 | 110 | 11101 | 10101101 | 100100 | 110110 |
Color Harmonies of #60B5AB
Complementary color
Monochromatic Colors of #60B5AB
Black with #60B5AB
Text Example
Text Example
White with #60B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B5AB; }
p { color: rgb(96,181,171); }
H1.HeaderClassName
{
color: #60B5AB;
}
.AnyTagClassName
{
color: #60B5AB;
}
</style>
background-color css
<style>
a { background-color: #60B5AB; }
a { background-color: rgb(96,181,171); }
div.DivClassName
{
background-color: #60B5AB;
}
.BgClassName
{
background-color: #60B5AB;
}
</style>
border-color css
<style>
span { border-color: #60B5AB; }
span { border-color: rgb(96,181,171); }
td.TdClassName
{
border-color: #60B5AB;
}
.TagClassName
{
border-color: #60B5AB;
}
</style>