Shades of Tradewind #61ADA5
Tints of Tradewind #61ADA5
RGB
CMYK
RGB Variations
Color information
#61ADA5 (or 0x61ADA5) is known color: Tradewind. HEX triplet: 61, AD and A5. RGB value is (97,173,165). Sum of RGB (Red+Green+Blue) = 97+173+165=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #61ADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ADA5 is #9E525A. Grayscale: #959595. Windows color (decimal): -10375771 or 10857825. OLE color: 10857825.
HSL color Cylindrical-coordinate representation of color #61ADA5: hue angle of 173.68º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61ADA5 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 165 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.32 |
| HSL | 173.68º | 0.32% | 0.53% | - |
| HSV(B) | 173.68º | 0.44% | 0.68% | - |
| XYZ | 26.66 | 35.15 | 40.98 | - |
| YUV | 149.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 165 | 0.44 | 0 | 0.05 | 0.32 | 173.68 | 0.32 | 0.53 |
| Hex | 61 | AD | A5 | 2C | 0 | 5 | 20 | AE | 20 | 35 |
| Octal | 141 | 255 | 245 | 54 | 0 | 5 | 40 | 256 | 40 | 65 |
| Binary | 1100001 | 10101101 | 10100101 | 101100 | 0 | 101 | 100000 | 10101110 | 100000 | 110101 |
Color Harmonies of #61ADA5
Complementary color
Monochromatic Colors of #61ADA5
Black with #61ADA5
Text Example
Text Example
White with #61ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADA5; }
p { color: rgb(97,173,165); }
H1.HeaderClassName
{
color: #61ADA5;
}
.AnyTagClassName
{
color: #61ADA5;
}
</style>
background-color css
<style>
a { background-color: #61ADA5; }
a { background-color: rgb(97,173,165); }
div.DivClassName
{
background-color: #61ADA5;
}
.BgClassName
{
background-color: #61ADA5;
}
</style>
border-color css
<style>
span { border-color: #61ADA5; }
span { border-color: rgb(97,173,165); }
td.TdClassName
{
border-color: #61ADA5;
}
.TagClassName
{
border-color: #61ADA5;
}
</style>