Shades of Tradewind #60AFA2
Tints of Tradewind #60AFA2
RGB
CMYK
RGB Variations
Color information
#60AFA2 (or 0x60AFA2) is known color: Tradewind. HEX triplet: 60, AF and A2. RGB value is (96,175,162). Sum of RGB (Red+Green+Blue) = 96+175+162=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #60AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AFA2 is #9F505D. Grayscale: #959595. Windows color (decimal): -10440798 or 10661728. OLE color: 10661728.
HSL color Cylindrical-coordinate representation of color #60AFA2: hue angle of 170.13º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AFA2 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 162 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.31 |
| HSL | 170.13º | 0.33% | 0.53% | - |
| HSV(B) | 170.13º | 0.45% | 0.69% | - |
| XYZ | 26.68 | 35.76 | 39.68 | - |
| YUV | 149.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 162 | 0.45 | 0 | 0.07 | 0.31 | 170.13 | 0.33 | 0.53 |
| Hex | 60 | AF | A2 | 2D | 0 | 7 | 1F | AA | 21 | 35 |
| Octal | 140 | 257 | 242 | 55 | 0 | 7 | 37 | 252 | 41 | 65 |
| Binary | 1100000 | 10101111 | 10100010 | 101101 | 0 | 111 | 11111 | 10101010 | 100001 | 110101 |
Color Harmonies of #60AFA2
Complementary color
Monochromatic Colors of #60AFA2
Black with #60AFA2
Text Example
Text Example
White with #60AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AFA2; }
p { color: rgb(96,175,162); }
H1.HeaderClassName
{
color: #60AFA2;
}
.AnyTagClassName
{
color: #60AFA2;
}
</style>
background-color css
<style>
a { background-color: #60AFA2; }
a { background-color: rgb(96,175,162); }
div.DivClassName
{
background-color: #60AFA2;
}
.BgClassName
{
background-color: #60AFA2;
}
</style>
border-color css
<style>
span { border-color: #60AFA2; }
span { border-color: rgb(96,175,162); }
td.TdClassName
{
border-color: #60AFA2;
}
.TagClassName
{
border-color: #60AFA2;
}
</style>