Shades of Tradewind #67A6A2
Tints of Tradewind #67A6A2
RGB
CMYK
RGB Variations
Color information
#67A6A2 (or 0x67A6A2) is known color: Tradewind. HEX triplet: 67, A6 and A2. RGB value is (103,166,162). Sum of RGB (Red+Green+Blue) = 103+166+162=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 166 - color contains mainly: green. Hex color #67A6A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A6A2 is #98595D. Grayscale: #929292. Windows color (decimal): -9984350 or 10659431. OLE color: 10659431.
HSL color Cylindrical-coordinate representation of color #67A6A2: hue angle of 176.19º 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 #67A6A2 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 166 | 162 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.35 |
| HSL | 176.19º | 0.26% | 0.53% | - |
| HSV(B) | 176.19º | 0.38% | 0.65% | - |
| XYZ | 25.75 | 32.76 | 39.15 | - |
| YUV | 146.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 166 | 162 | 0.38 | 0 | 0.02 | 0.35 | 176.19 | 0.26 | 0.53 |
| Hex | 67 | A6 | A2 | 26 | 0 | 2 | 23 | B0 | 1A | 35 |
| Octal | 147 | 246 | 242 | 46 | 0 | 2 | 43 | 260 | 32 | 65 |
| Binary | 1100111 | 10100110 | 10100010 | 100110 | 0 | 10 | 100011 | 10110000 | 11010 | 110101 |
Color Harmonies of #67A6A2
Complementary color
Monochromatic Colors of #67A6A2
Black with #67A6A2
Text Example
Text Example
White with #67A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A6A2; }
p { color: rgb(103,166,162); }
H1.HeaderClassName
{
color: #67A6A2;
}
.AnyTagClassName
{
color: #67A6A2;
}
</style>
background-color css
<style>
a { background-color: #67A6A2; }
a { background-color: rgb(103,166,162); }
div.DivClassName
{
background-color: #67A6A2;
}
.BgClassName
{
background-color: #67A6A2;
}
</style>
border-color css
<style>
span { border-color: #67A6A2; }
span { border-color: rgb(103,166,162); }
td.TdClassName
{
border-color: #67A6A2;
}
.TagClassName
{
border-color: #67A6A2;
}
</style>