Shades of Tradewind #61AFA7
Tints of Tradewind #61AFA7
RGB
CMYK
RGB Variations
Color information
#61AFA7 (or 0x61AFA7) is known color: Tradewind. HEX triplet: 61, AF and A7. RGB value is (97,175,167). Sum of RGB (Red+Green+Blue) = 97+175+167=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFA7 is #9E5058. Grayscale: #969696. Windows color (decimal): -10375257 or 10989409. OLE color: 10989409.
HSL color Cylindrical-coordinate representation of color #61AFA7: hue angle of 173.85º 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 #61AFA7 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 175 | 167 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.31 |
| HSL | 173.85º | 0.33% | 0.53% | - |
| HSV(B) | 173.85º | 0.45% | 0.69% | - |
| XYZ | 27.23 | 35.99 | 42.07 | - |
| YUV | 150.77 | 137.16 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 167 | 0.45 | 0 | 0.05 | 0.31 | 173.85 | 0.33 | 0.53 |
| Hex | 61 | AF | A7 | 2D | 0 | 5 | 1F | AE | 21 | 35 |
| Octal | 141 | 257 | 247 | 55 | 0 | 5 | 37 | 256 | 41 | 65 |
| Binary | 1100001 | 10101111 | 10100111 | 101101 | 0 | 101 | 11111 | 10101110 | 100001 | 110101 |
Color Harmonies of #61AFA7
Complementary color
Monochromatic Colors of #61AFA7
Black with #61AFA7
Text Example
Text Example
White with #61AFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AFA7; }
p { color: rgb(97,175,167); }
H1.HeaderClassName
{
color: #61AFA7;
}
.AnyTagClassName
{
color: #61AFA7;
}
</style>
background-color css
<style>
a { background-color: #61AFA7; }
a { background-color: rgb(97,175,167); }
div.DivClassName
{
background-color: #61AFA7;
}
.BgClassName
{
background-color: #61AFA7;
}
</style>
border-color css
<style>
span { border-color: #61AFA7; }
span { border-color: rgb(97,175,167); }
td.TdClassName
{
border-color: #61AFA7;
}
.TagClassName
{
border-color: #61AFA7;
}
</style>