Shades of Tradewind #61AEA2
Tints of Tradewind #61AEA2
RGB
CMYK
RGB Variations
Color information
#61AEA2 (or 0x61AEA2) is known color: Tradewind. HEX triplet: 61, AE and A2. RGB value is (97,174,162). Sum of RGB (Red+Green+Blue) = 97+174+162=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #61AEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AEA2 is #9E515D. Grayscale: #959595. Windows color (decimal): -10375518 or 10661473. OLE color: 10661473.
HSL color Cylindrical-coordinate representation of color #61AEA2: hue angle of 170.65º 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 #61AEA2 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 174 | 162 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.32 |
| HSL | 170.65º | 0.32% | 0.53% | - |
| HSV(B) | 170.65º | 0.44% | 0.68% | - |
| XYZ | 26.59 | 35.42 | 39.62 | - |
| YUV | 149.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 162 | 0.44 | 0 | 0.07 | 0.32 | 170.65 | 0.32 | 0.53 |
| Hex | 61 | AE | A2 | 2C | 0 | 7 | 20 | AB | 20 | 35 |
| Octal | 141 | 256 | 242 | 54 | 0 | 7 | 40 | 253 | 40 | 65 |
| Binary | 1100001 | 10101110 | 10100010 | 101100 | 0 | 111 | 100000 | 10101011 | 100000 | 110101 |
Color Harmonies of #61AEA2
Complementary color
Monochromatic Colors of #61AEA2
Black with #61AEA2
Text Example
Text Example
White with #61AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AEA2; }
p { color: rgb(97,174,162); }
H1.HeaderClassName
{
color: #61AEA2;
}
.AnyTagClassName
{
color: #61AEA2;
}
</style>
background-color css
<style>
a { background-color: #61AEA2; }
a { background-color: rgb(97,174,162); }
div.DivClassName
{
background-color: #61AEA2;
}
.BgClassName
{
background-color: #61AEA2;
}
</style>
border-color css
<style>
span { border-color: #61AEA2; }
span { border-color: rgb(97,174,162); }
td.TdClassName
{
border-color: #61AEA2;
}
.TagClassName
{
border-color: #61AEA2;
}
</style>