Shades of Tradewind #60B2AB
Tints of Tradewind #60B2AB
RGB
CMYK
RGB Variations
Color information
#60B2AB (or 0x60B2AB) is known color: Tradewind. HEX triplet: 60, B2 and AB. RGB value is (96,178,171). Sum of RGB (Red+Green+Blue) = 96+178+171=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #60B2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B2AB is #9F4D54. Grayscale: #989898. Windows color (decimal): -10440021 or 11252320. OLE color: 11252320.
HSL color Cylindrical-coordinate representation of color #60B2AB: hue angle of 174.88º 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 #60B2AB is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 171 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.30 |
| HSL | 174.88º | 0.35% | 0.54% | - |
| HSV(B) | 174.88º | 0.46% | 0.7% | - |
| XYZ | 28.09 | 37.27 | 44.24 | - |
| YUV | 152.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 171 | 0.46 | 0 | 0.04 | 0.30 | 174.88 | 0.35 | 0.54 |
| Hex | 60 | B2 | AB | 2E | 0 | 4 | 1E | AF | 23 | 36 |
| Octal | 140 | 262 | 253 | 56 | 0 | 4 | 36 | 257 | 43 | 66 |
| Binary | 1100000 | 10110010 | 10101011 | 101110 | 0 | 100 | 11110 | 10101111 | 100011 | 110110 |
Color Harmonies of #60B2AB
Complementary color
Monochromatic Colors of #60B2AB
Black with #60B2AB
Text Example
Text Example
White with #60B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2AB; }
p { color: rgb(96,178,171); }
H1.HeaderClassName
{
color: #60B2AB;
}
.AnyTagClassName
{
color: #60B2AB;
}
</style>
background-color css
<style>
a { background-color: #60B2AB; }
a { background-color: rgb(96,178,171); }
div.DivClassName
{
background-color: #60B2AB;
}
.BgClassName
{
background-color: #60B2AB;
}
</style>
border-color css
<style>
span { border-color: #60B2AB; }
span { border-color: rgb(96,178,171); }
td.TdClassName
{
border-color: #60B2AB;
}
.TagClassName
{
border-color: #60B2AB;
}
</style>