Shades of Tradewind #61B3A9
Tints of Tradewind #61B3A9
RGB
CMYK
RGB Variations
Color information
#61B3A9 (or 0x61B3A9) is known color: Tradewind. HEX triplet: 61, B3 and A9. RGB value is (97,179,169). Sum of RGB (Red+Green+Blue) = 97+179+169=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #61B3A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B3A9 is #9E4C56. Grayscale: #999999. Windows color (decimal): -10374231 or 11121505. OLE color: 11121505.
HSL color Cylindrical-coordinate representation of color #61B3A9: hue angle of 172.68º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B3A9 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 179 | 169 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.30 |
| HSL | 172.68º | 0.35% | 0.54% | - |
| HSV(B) | 172.68º | 0.46% | 0.7% | - |
| XYZ | 28.21 | 37.65 | 43.32 | - |
| YUV | 153.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 179 | 169 | 0.46 | 0 | 0.06 | 0.30 | 172.68 | 0.35 | 0.54 |
| Hex | 61 | B3 | A9 | 2E | 0 | 6 | 1E | AD | 23 | 36 |
| Octal | 141 | 263 | 251 | 56 | 0 | 6 | 36 | 255 | 43 | 66 |
| Binary | 1100001 | 10110011 | 10101001 | 101110 | 0 | 110 | 11110 | 10101101 | 100011 | 110110 |
Color Harmonies of #61B3A9
Complementary color
Monochromatic Colors of #61B3A9
Black with #61B3A9
Text Example
Text Example
White with #61B3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B3A9; }
p { color: rgb(97,179,169); }
H1.HeaderClassName
{
color: #61B3A9;
}
.AnyTagClassName
{
color: #61B3A9;
}
</style>
background-color css
<style>
a { background-color: #61B3A9; }
a { background-color: rgb(97,179,169); }
div.DivClassName
{
background-color: #61B3A9;
}
.BgClassName
{
background-color: #61B3A9;
}
</style>
border-color css
<style>
span { border-color: #61B3A9; }
span { border-color: rgb(97,179,169); }
td.TdClassName
{
border-color: #61B3A9;
}
.TagClassName
{
border-color: #61B3A9;
}
</style>