Shades of Tradewind #61ABA4
Tints of Tradewind #61ABA4
RGB
CMYK
RGB Variations
Color information
#61ABA4 (or 0x61ABA4) is known color: Tradewind. HEX triplet: 61, AB and A4. RGB value is (97,171,164). Sum of RGB (Red+Green+Blue) = 97+171+164=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #61ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ABA4 is #9E545B. Grayscale: #949494. Windows color (decimal): -10376284 or 10791777. OLE color: 10791777.
HSL color Cylindrical-coordinate representation of color #61ABA4: hue angle of 174.32º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61ABA4 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 171 | 164 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.33 |
| HSL | 174.32º | 0.31% | 0.53% | - |
| HSV(B) | 174.32º | 0.43% | 0.67% | - |
| XYZ | 26.19 | 34.35 | 40.37 | - |
| YUV | 148.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 164 | 0.43 | 0 | 0.04 | 0.33 | 174.32 | 0.31 | 0.53 |
| Hex | 61 | AB | A4 | 2B | 0 | 4 | 21 | AE | 1F | 35 |
| Octal | 141 | 253 | 244 | 53 | 0 | 4 | 41 | 256 | 37 | 65 |
| Binary | 1100001 | 10101011 | 10100100 | 101011 | 0 | 100 | 100001 | 10101110 | 11111 | 110101 |
Color Harmonies of #61ABA4
Complementary color
Monochromatic Colors of #61ABA4
Black with #61ABA4
Text Example
Text Example
White with #61ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ABA4; }
p { color: rgb(97,171,164); }
H1.HeaderClassName
{
color: #61ABA4;
}
.AnyTagClassName
{
color: #61ABA4;
}
</style>
background-color css
<style>
a { background-color: #61ABA4; }
a { background-color: rgb(97,171,164); }
div.DivClassName
{
background-color: #61ABA4;
}
.BgClassName
{
background-color: #61ABA4;
}
</style>
border-color css
<style>
span { border-color: #61ABA4; }
span { border-color: rgb(97,171,164); }
td.TdClassName
{
border-color: #61ABA4;
}
.TagClassName
{
border-color: #61ABA4;
}
</style>