Shades of Tradewind #67A699
Tints of Tradewind #67A699
RGB
CMYK
RGB Variations
Color information
#67A699 (or 0x67A699) is known color: Tradewind. HEX triplet: 67, A6 and 99. RGB value is (103,166,153). Sum of RGB (Red+Green+Blue) = 103+166+153=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #67A699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A699 is #985966. Grayscale: #919191. Windows color (decimal): -9984359 or 10069607. OLE color: 10069607.
HSL color Cylindrical-coordinate representation of color #67A699: hue angle of 167.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67A699 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 166 | 153 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.35 |
| HSL | 167.62º | 0.26% | 0.53% | - |
| HSV(B) | 167.62º | 0.38% | 0.65% | - |
| XYZ | 24.98 | 32.46 | 35.09 | - |
| YUV | 145.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 166 | 153 | 0.38 | 0 | 0.08 | 0.35 | 167.62 | 0.26 | 0.53 |
| Hex | 67 | A6 | 99 | 26 | 0 | 8 | 23 | A8 | 1A | 35 |
| Octal | 147 | 246 | 231 | 46 | 0 | 10 | 43 | 250 | 32 | 65 |
| Binary | 1100111 | 10100110 | 10011001 | 100110 | 0 | 1000 | 100011 | 10101000 | 11010 | 110101 |
Color Harmonies of #67A699
Complementary color
Monochromatic Colors of #67A699
Black with #67A699
Text Example
Text Example
White with #67A699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A699; }
p { color: rgb(103,166,153); }
H1.HeaderClassName
{
color: #67A699;
}
.AnyTagClassName
{
color: #67A699;
}
</style>
background-color css
<style>
a { background-color: #67A699; }
a { background-color: rgb(103,166,153); }
div.DivClassName
{
background-color: #67A699;
}
.BgClassName
{
background-color: #67A699;
}
</style>
border-color css
<style>
span { border-color: #67A699; }
span { border-color: rgb(103,166,153); }
td.TdClassName
{
border-color: #67A699;
}
.TagClassName
{
border-color: #67A699;
}
</style>