Shades of Tradewind #60ABA3
Tints of Tradewind #60ABA3
RGB
CMYK
RGB Variations
Color information
#60ABA3 (or 0x60ABA3) is known color: Tradewind. HEX triplet: 60, AB and A3. RGB value is (96,171,163). Sum of RGB (Red+Green+Blue) = 96+171+163=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #60ABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABA3 is #9F545C. Grayscale: #939393. Windows color (decimal): -10441821 or 10726240. OLE color: 10726240.
HSL color Cylindrical-coordinate representation of color #60ABA3: hue angle of 173.6º 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 #60ABA3 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 163 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.33 |
| HSL | 173.6º | 0.31% | 0.52% | - |
| HSV(B) | 173.6º | 0.44% | 0.67% | - |
| XYZ | 26 | 34.26 | 39.89 | - |
| YUV | 147.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 163 | 0.44 | 0 | 0.05 | 0.33 | 173.6 | 0.31 | 0.52 |
| Hex | 60 | AB | A3 | 2C | 0 | 5 | 21 | AE | 1F | 34 |
| Octal | 140 | 253 | 243 | 54 | 0 | 5 | 41 | 256 | 37 | 64 |
| Binary | 1100000 | 10101011 | 10100011 | 101100 | 0 | 101 | 100001 | 10101110 | 11111 | 110100 |
Color Harmonies of #60ABA3
Complementary color
Monochromatic Colors of #60ABA3
Black with #60ABA3
Text Example
Text Example
White with #60ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABA3; }
p { color: rgb(96,171,163); }
H1.HeaderClassName
{
color: #60ABA3;
}
.AnyTagClassName
{
color: #60ABA3;
}
</style>
background-color css
<style>
a { background-color: #60ABA3; }
a { background-color: rgb(96,171,163); }
div.DivClassName
{
background-color: #60ABA3;
}
.BgClassName
{
background-color: #60ABA3;
}
</style>
border-color css
<style>
span { border-color: #60ABA3; }
span { border-color: rgb(96,171,163); }
td.TdClassName
{
border-color: #60ABA3;
}
.TagClassName
{
border-color: #60ABA3;
}
</style>