Shades of Tradewind #67AEA0
Tints of Tradewind #67AEA0
RGB
CMYK
RGB Variations
Color information
#67AEA0 (or 0x67AEA0) is known color: Tradewind. HEX triplet: 67, AE and A0. RGB value is (103,174,160). Sum of RGB (Red+Green+Blue) = 103+174+160=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #67AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AEA0 is #98515F. Grayscale: #979797. Windows color (decimal): -9982304 or 10530407. OLE color: 10530407.
HSL color Cylindrical-coordinate representation of color #67AEA0: hue angle of 168.17º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AEA0 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 174 | 160 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.32 |
| HSL | 168.17º | 0.3% | 0.54% | - |
| HSV(B) | 168.17º | 0.41% | 0.68% | - |
| XYZ | 27.07 | 35.69 | 38.72 | - |
| YUV | 151.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 160 | 0.41 | 0 | 0.08 | 0.32 | 168.17 | 0.3 | 0.54 |
| Hex | 67 | AE | A0 | 29 | 0 | 8 | 20 | A8 | 1E | 36 |
| Octal | 147 | 256 | 240 | 51 | 0 | 10 | 40 | 250 | 36 | 66 |
| Binary | 1100111 | 10101110 | 10100000 | 101001 | 0 | 1000 | 100000 | 10101000 | 11110 | 110110 |
Color Harmonies of #67AEA0
Complementary color
Monochromatic Colors of #67AEA0
Black with #67AEA0
Text Example
Text Example
White with #67AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AEA0; }
p { color: rgb(103,174,160); }
H1.HeaderClassName
{
color: #67AEA0;
}
.AnyTagClassName
{
color: #67AEA0;
}
</style>
background-color css
<style>
a { background-color: #67AEA0; }
a { background-color: rgb(103,174,160); }
div.DivClassName
{
background-color: #67AEA0;
}
.BgClassName
{
background-color: #67AEA0;
}
</style>
border-color css
<style>
span { border-color: #67AEA0; }
span { border-color: rgb(103,174,160); }
td.TdClassName
{
border-color: #67AEA0;
}
.TagClassName
{
border-color: #67AEA0;
}
</style>