Shades of Tradewind #65AFA7
Tints of Tradewind #65AFA7
RGB
CMYK
RGB Variations
Color information
#65AFA7 (or 0x65AFA7) is known color: Tradewind. HEX triplet: 65, AF and A7. RGB value is (101,175,167). Sum of RGB (Red+Green+Blue) = 101+175+167=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #65AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AFA7 is #9A5058. Grayscale: #979797. Windows color (decimal): -10113113 or 10989413. OLE color: 10989413.
HSL color Cylindrical-coordinate representation of color #65AFA7: hue angle of 173.51º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AFA7 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 167 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.31 |
| HSL | 173.51º | 0.32% | 0.54% | - |
| HSV(B) | 173.51º | 0.42% | 0.69% | - |
| XYZ | 27.67 | 36.22 | 42.09 | - |
| YUV | 151.96 | 136.48 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 167 | 0.42 | 0 | 0.05 | 0.31 | 173.51 | 0.32 | 0.54 |
| Hex | 65 | AF | A7 | 2A | 0 | 5 | 1F | AE | 20 | 36 |
| Octal | 145 | 257 | 247 | 52 | 0 | 5 | 37 | 256 | 40 | 66 |
| Binary | 1100101 | 10101111 | 10100111 | 101010 | 0 | 101 | 11111 | 10101110 | 100000 | 110110 |
Color Harmonies of #65AFA7
Complementary color
Monochromatic Colors of #65AFA7
Black with #65AFA7
Text Example
Text Example
White with #65AFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFA7; }
p { color: rgb(101,175,167); }
H1.HeaderClassName
{
color: #65AFA7;
}
.AnyTagClassName
{
color: #65AFA7;
}
</style>
background-color css
<style>
a { background-color: #65AFA7; }
a { background-color: rgb(101,175,167); }
div.DivClassName
{
background-color: #65AFA7;
}
.BgClassName
{
background-color: #65AFA7;
}
</style>
border-color css
<style>
span { border-color: #65AFA7; }
span { border-color: rgb(101,175,167); }
td.TdClassName
{
border-color: #65AFA7;
}
.TagClassName
{
border-color: #65AFA7;
}
</style>