Shades of Tradewind #67AE9F
Tints of Tradewind #67AE9F
RGB
CMYK
RGB Variations
Color information
#67AE9F (or 0x67AE9F) is known color: Tradewind. HEX triplet: 67, AE and 9F. RGB value is (103,174,159). Sum of RGB (Red+Green+Blue) = 103+174+159=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #67AE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AE9F is #985160. Grayscale: #979797. Windows color (decimal): -9982305 or 10464871. OLE color: 10464871.
HSL color Cylindrical-coordinate representation of color #67AE9F: hue angle of 167.32º 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 #67AE9F is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 174 | 159 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.32 |
| HSL | 167.32º | 0.3% | 0.54% | - |
| HSV(B) | 167.32º | 0.41% | 0.68% | - |
| XYZ | 26.99 | 35.66 | 38.26 | - |
| YUV | 151.06 | 132.48 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 159 | 0.41 | 0 | 0.09 | 0.32 | 167.32 | 0.3 | 0.54 |
| Hex | 67 | AE | 9F | 29 | 0 | 9 | 20 | A7 | 1E | 36 |
| Octal | 147 | 256 | 237 | 51 | 0 | 11 | 40 | 247 | 36 | 66 |
| Binary | 1100111 | 10101110 | 10011111 | 101001 | 0 | 1001 | 100000 | 10100111 | 11110 | 110110 |
Color Harmonies of #67AE9F
Complementary color
Monochromatic Colors of #67AE9F
Black with #67AE9F
Text Example
Text Example
White with #67AE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AE9F; }
p { color: rgb(103,174,159); }
H1.HeaderClassName
{
color: #67AE9F;
}
.AnyTagClassName
{
color: #67AE9F;
}
</style>
background-color css
<style>
a { background-color: #67AE9F; }
a { background-color: rgb(103,174,159); }
div.DivClassName
{
background-color: #67AE9F;
}
.BgClassName
{
background-color: #67AE9F;
}
</style>
border-color css
<style>
span { border-color: #67AE9F; }
span { border-color: rgb(103,174,159); }
td.TdClassName
{
border-color: #67AE9F;
}
.TagClassName
{
border-color: #67AE9F;
}
</style>