Shades of Tradewind #67A89E
Tints of Tradewind #67A89E
RGB
CMYK
RGB Variations
Color information
#67A89E (or 0x67A89E) is known color: Tradewind. HEX triplet: 67, A8 and 9E. RGB value is (103,168,158). Sum of RGB (Red+Green+Blue) = 103+168+158=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 168 - color contains mainly: green. Hex color #67A89E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A89E is #985761. Grayscale: #939393. Windows color (decimal): -9983842 or 10397799. OLE color: 10397799.
HSL color Cylindrical-coordinate representation of color #67A89E: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67A89E is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 168 | 158 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.34 |
| HSL | 170.77º | 0.27% | 0.53% | - |
| HSV(B) | 170.77º | 0.39% | 0.66% | - |
| XYZ | 25.77 | 33.36 | 37.43 | - |
| YUV | 147.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 158 | 0.39 | 0 | 0.06 | 0.34 | 170.77 | 0.27 | 0.53 |
| Hex | 67 | A8 | 9E | 27 | 0 | 6 | 22 | AB | 1B | 35 |
| Octal | 147 | 250 | 236 | 47 | 0 | 6 | 42 | 253 | 33 | 65 |
| Binary | 1100111 | 10101000 | 10011110 | 100111 | 0 | 110 | 100010 | 10101011 | 11011 | 110101 |
Color Harmonies of #67A89E
Complementary color
Monochromatic Colors of #67A89E
Black with #67A89E
Text Example
Text Example
White with #67A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A89E; }
p { color: rgb(103,168,158); }
H1.HeaderClassName
{
color: #67A89E;
}
.AnyTagClassName
{
color: #67A89E;
}
</style>
background-color css
<style>
a { background-color: #67A89E; }
a { background-color: rgb(103,168,158); }
div.DivClassName
{
background-color: #67A89E;
}
.BgClassName
{
background-color: #67A89E;
}
</style>
border-color css
<style>
span { border-color: #67A89E; }
span { border-color: rgb(103,168,158); }
td.TdClassName
{
border-color: #67A89E;
}
.TagClassName
{
border-color: #67A89E;
}
</style>