Shades of Tradewind #67A59E
Tints of Tradewind #67A59E
RGB
CMYK
RGB Variations
Color information
#67A59E (or 0x67A59E) is known color: Tradewind. HEX triplet: 67, A5 and 9E. RGB value is (103,165,158). Sum of RGB (Red+Green+Blue) = 103+165+158=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #67A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A59E is #985A61. Grayscale: #919191. Windows color (decimal): -9984610 or 10397031. OLE color: 10397031.
HSL color Cylindrical-coordinate representation of color #67A59E: hue angle of 173.23º 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 #67A59E is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 165 | 158 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.35 |
| HSL | 173.23º | 0.26% | 0.53% | - |
| HSV(B) | 173.23º | 0.38% | 0.65% | - |
| XYZ | 25.22 | 32.26 | 37.25 | - |
| YUV | 145.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 158 | 0.38 | 0 | 0.04 | 0.35 | 173.23 | 0.26 | 0.53 |
| Hex | 67 | A5 | 9E | 26 | 0 | 4 | 23 | AD | 1A | 35 |
| Octal | 147 | 245 | 236 | 46 | 0 | 4 | 43 | 255 | 32 | 65 |
| Binary | 1100111 | 10100101 | 10011110 | 100110 | 0 | 100 | 100011 | 10101101 | 11010 | 110101 |
Color Harmonies of #67A59E
Complementary color
Monochromatic Colors of #67A59E
Black with #67A59E
Text Example
Text Example
White with #67A59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A59E; }
p { color: rgb(103,165,158); }
H1.HeaderClassName
{
color: #67A59E;
}
.AnyTagClassName
{
color: #67A59E;
}
</style>
background-color css
<style>
a { background-color: #67A59E; }
a { background-color: rgb(103,165,158); }
div.DivClassName
{
background-color: #67A59E;
}
.BgClassName
{
background-color: #67A59E;
}
</style>
border-color css
<style>
span { border-color: #67A59E; }
span { border-color: rgb(103,165,158); }
td.TdClassName
{
border-color: #67A59E;
}
.TagClassName
{
border-color: #67A59E;
}
</style>