Shades of Tradewind #67AEAA
Tints of Tradewind #67AEAA
RGB
CMYK
RGB Variations
Color information
#67AEAA (or 0x67AEAA) is known color: Tradewind. HEX triplet: 67, AE and AA. RGB value is (103,174,170). Sum of RGB (Red+Green+Blue) = 103+174+170=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #67AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AEAA is #985155. Grayscale: #989898. Windows color (decimal): -9982294 or 11185767. OLE color: 11185767.
HSL color Cylindrical-coordinate representation of color #67AEAA: hue angle of 176.62º 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 #67AEAA is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 174 | 170 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.32 |
| HSL | 176.62º | 0.3% | 0.54% | - |
| HSV(B) | 176.62º | 0.41% | 0.68% | - |
| XYZ | 27.99 | 36.06 | 43.52 | - |
| YUV | 152.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 170 | 0.41 | 0 | 0.02 | 0.32 | 176.62 | 0.3 | 0.54 |
| Hex | 67 | AE | AA | 29 | 0 | 2 | 20 | B1 | 1E | 36 |
| Octal | 147 | 256 | 252 | 51 | 0 | 2 | 40 | 261 | 36 | 66 |
| Binary | 1100111 | 10101110 | 10101010 | 101001 | 0 | 10 | 100000 | 10110001 | 11110 | 110110 |
Color Harmonies of #67AEAA
Complementary color
Monochromatic Colors of #67AEAA
Black with #67AEAA
Text Example
Text Example
White with #67AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AEAA; }
p { color: rgb(103,174,170); }
H1.HeaderClassName
{
color: #67AEAA;
}
.AnyTagClassName
{
color: #67AEAA;
}
</style>
background-color css
<style>
a { background-color: #67AEAA; }
a { background-color: rgb(103,174,170); }
div.DivClassName
{
background-color: #67AEAA;
}
.BgClassName
{
background-color: #67AEAA;
}
</style>
border-color css
<style>
span { border-color: #67AEAA; }
span { border-color: rgb(103,174,170); }
td.TdClassName
{
border-color: #67AEAA;
}
.TagClassName
{
border-color: #67AEAA;
}
</style>