Shades of Tradewind #67AEA8
Tints of Tradewind #67AEA8
RGB
CMYK
RGB Variations
Color information
#67AEA8 (or 0x67AEA8) is known color: Tradewind. HEX triplet: 67, AE and A8. RGB value is (103,174,168). Sum of RGB (Red+Green+Blue) = 103+174+168=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #67AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AEA8 is #985157. Grayscale: #989898. Windows color (decimal): -9982296 or 11054695. OLE color: 11054695.
HSL color Cylindrical-coordinate representation of color #67AEA8: hue angle of 174.93º 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 #67AEA8 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 174 | 168 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.32 |
| HSL | 174.93º | 0.3% | 0.54% | - |
| HSV(B) | 174.93º | 0.41% | 0.68% | - |
| XYZ | 27.8 | 35.98 | 42.53 | - |
| YUV | 152.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 168 | 0.41 | 0 | 0.03 | 0.32 | 174.93 | 0.3 | 0.54 |
| Hex | 67 | AE | A8 | 29 | 0 | 3 | 20 | AF | 1E | 36 |
| Octal | 147 | 256 | 250 | 51 | 0 | 3 | 40 | 257 | 36 | 66 |
| Binary | 1100111 | 10101110 | 10101000 | 101001 | 0 | 11 | 100000 | 10101111 | 11110 | 110110 |
Color Harmonies of #67AEA8
Complementary color
Monochromatic Colors of #67AEA8
Black with #67AEA8
Text Example
Text Example
White with #67AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AEA8; }
p { color: rgb(103,174,168); }
H1.HeaderClassName
{
color: #67AEA8;
}
.AnyTagClassName
{
color: #67AEA8;
}
</style>
background-color css
<style>
a { background-color: #67AEA8; }
a { background-color: rgb(103,174,168); }
div.DivClassName
{
background-color: #67AEA8;
}
.BgClassName
{
background-color: #67AEA8;
}
</style>
border-color css
<style>
span { border-color: #67AEA8; }
span { border-color: rgb(103,174,168); }
td.TdClassName
{
border-color: #67AEA8;
}
.TagClassName
{
border-color: #67AEA8;
}
</style>