Shades of Tradewind #60B4AB
Tints of Tradewind #60B4AB
RGB
CMYK
RGB Variations
Color information
#60B4AB (or 0x60B4AB) is known color: Tradewind. HEX triplet: 60, B4 and AB. RGB value is (96,180,171). Sum of RGB (Red+Green+Blue) = 96+180+171=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #60B4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B4AB is #9F4B54. Grayscale: #999999. Windows color (decimal): -10439509 or 11252832. OLE color: 11252832.
HSL color Cylindrical-coordinate representation of color #60B4AB: hue angle of 173.57º 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 #60B4AB is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 180 | 171 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.29 |
| HSL | 173.57º | 0.36% | 0.54% | - |
| HSV(B) | 173.57º | 0.47% | 0.71% | - |
| XYZ | 28.5 | 38.07 | 44.37 | - |
| YUV | 153.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 180 | 171 | 0.47 | 0 | 0.05 | 0.29 | 173.57 | 0.36 | 0.54 |
| Hex | 60 | B4 | AB | 2F | 0 | 5 | 1D | AE | 24 | 36 |
| Octal | 140 | 264 | 253 | 57 | 0 | 5 | 35 | 256 | 44 | 66 |
| Binary | 1100000 | 10110100 | 10101011 | 101111 | 0 | 101 | 11101 | 10101110 | 100100 | 110110 |
Color Harmonies of #60B4AB
Complementary color
Monochromatic Colors of #60B4AB
Black with #60B4AB
Text Example
Text Example
White with #60B4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B4AB; }
p { color: rgb(96,180,171); }
H1.HeaderClassName
{
color: #60B4AB;
}
.AnyTagClassName
{
color: #60B4AB;
}
</style>
background-color css
<style>
a { background-color: #60B4AB; }
a { background-color: rgb(96,180,171); }
div.DivClassName
{
background-color: #60B4AB;
}
.BgClassName
{
background-color: #60B4AB;
}
</style>
border-color css
<style>
span { border-color: #60B4AB; }
span { border-color: rgb(96,180,171); }
td.TdClassName
{
border-color: #60B4AB;
}
.TagClassName
{
border-color: #60B4AB;
}
</style>