Shades of Tradewind #61B2AA
Tints of Tradewind #61B2AA
RGB
CMYK
RGB Variations
Color information
#61B2AA (or 0x61B2AA) is known color: Tradewind. HEX triplet: 61, B2 and AA. RGB value is (97,178,170). Sum of RGB (Red+Green+Blue) = 97+178+170=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #61B2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B2AA is #9E4D55. Grayscale: #989898. Windows color (decimal): -10374486 or 11186785. OLE color: 11186785.
HSL color Cylindrical-coordinate representation of color #61B2AA: hue angle of 174.07º degrees, saturation: 0.34, 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 #61B2AA is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 178 | 170 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.30 |
| HSL | 174.07º | 0.34% | 0.54% | - |
| HSV(B) | 174.07º | 0.46% | 0.7% | - |
| XYZ | 28.11 | 37.28 | 43.75 | - |
| YUV | 152.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 170 | 0.46 | 0 | 0.04 | 0.30 | 174.07 | 0.34 | 0.54 |
| Hex | 61 | B2 | AA | 2E | 0 | 4 | 1E | AE | 22 | 36 |
| Octal | 141 | 262 | 252 | 56 | 0 | 4 | 36 | 256 | 42 | 66 |
| Binary | 1100001 | 10110010 | 10101010 | 101110 | 0 | 100 | 11110 | 10101110 | 100010 | 110110 |
Color Harmonies of #61B2AA
Complementary color
Monochromatic Colors of #61B2AA
Black with #61B2AA
Text Example
Text Example
White with #61B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B2AA; }
p { color: rgb(97,178,170); }
H1.HeaderClassName
{
color: #61B2AA;
}
.AnyTagClassName
{
color: #61B2AA;
}
</style>
background-color css
<style>
a { background-color: #61B2AA; }
a { background-color: rgb(97,178,170); }
div.DivClassName
{
background-color: #61B2AA;
}
.BgClassName
{
background-color: #61B2AA;
}
</style>
border-color css
<style>
span { border-color: #61B2AA; }
span { border-color: rgb(97,178,170); }
td.TdClassName
{
border-color: #61B2AA;
}
.TagClassName
{
border-color: #61B2AA;
}
</style>