Shades of Tradewind #61AEA8
Tints of Tradewind #61AEA8
RGB
CMYK
RGB Variations
Color information
#61AEA8 (or 0x61AEA8) is known color: Tradewind. HEX triplet: 61, AE and A8. RGB value is (97,174,168). Sum of RGB (Red+Green+Blue) = 97+174+168=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #61AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AEA8 is #9E5157. Grayscale: #969696. Windows color (decimal): -10375512 or 11054689. OLE color: 11054689.
HSL color Cylindrical-coordinate representation of color #61AEA8: hue angle of 175.32º 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 #61AEA8 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 174 | 168 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.32 |
| HSL | 175.32º | 0.32% | 0.53% | - |
| HSV(B) | 175.32º | 0.44% | 0.68% | - |
| XYZ | 27.13 | 35.64 | 42.5 | - |
| YUV | 150.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 168 | 0.44 | 0 | 0.03 | 0.32 | 175.32 | 0.32 | 0.53 |
| Hex | 61 | AE | A8 | 2C | 0 | 3 | 20 | AF | 20 | 35 |
| Octal | 141 | 256 | 250 | 54 | 0 | 3 | 40 | 257 | 40 | 65 |
| Binary | 1100001 | 10101110 | 10101000 | 101100 | 0 | 11 | 100000 | 10101111 | 100000 | 110101 |
Color Harmonies of #61AEA8
Complementary color
Monochromatic Colors of #61AEA8
Black with #61AEA8
Text Example
Text Example
White with #61AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AEA8; }
p { color: rgb(97,174,168); }
H1.HeaderClassName
{
color: #61AEA8;
}
.AnyTagClassName
{
color: #61AEA8;
}
</style>
background-color css
<style>
a { background-color: #61AEA8; }
a { background-color: rgb(97,174,168); }
div.DivClassName
{
background-color: #61AEA8;
}
.BgClassName
{
background-color: #61AEA8;
}
</style>
border-color css
<style>
span { border-color: #61AEA8; }
span { border-color: rgb(97,174,168); }
td.TdClassName
{
border-color: #61AEA8;
}
.TagClassName
{
border-color: #61AEA8;
}
</style>