Shades of Tradewind #67BAAB
Tints of Tradewind #67BAAB
RGB
CMYK
RGB Variations
Color information
#67BAAB (or 0x67BAAB) is known color: Tradewind. HEX triplet: 67, BA and AB. RGB value is (103,186,171). Sum of RGB (Red+Green+Blue) = 103+186+171=460 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.39% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #67BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BAAB is #984554. Grayscale: #9F9F9F. Windows color (decimal): -9979221 or 11254375. OLE color: 11254375.
HSL color Cylindrical-coordinate representation of color #67BAAB: hue angle of 169.16º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BAAB is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 171 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.27 |
| HSL | 169.16º | 0.38% | 0.57% | - |
| HSV(B) | 169.16º | 0.45% | 0.73% | - |
| XYZ | 30.5 | 40.94 | 44.82 | - |
| YUV | 159.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 171 | 0.45 | 0 | 0.08 | 0.27 | 169.16 | 0.38 | 0.57 |
| Hex | 67 | BA | AB | 2D | 0 | 8 | 1B | A9 | 26 | 39 |
| Octal | 147 | 272 | 253 | 55 | 0 | 10 | 33 | 251 | 46 | 71 |
| Binary | 1100111 | 10111010 | 10101011 | 101101 | 0 | 1000 | 11011 | 10101001 | 100110 | 111001 |
Color Harmonies of #67BAAB
Complementary color
Monochromatic Colors of #67BAAB
Black with #67BAAB
Text Example
Text Example
White with #67BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BAAB; }
p { color: rgb(103,186,171); }
H1.HeaderClassName
{
color: #67BAAB;
}
.AnyTagClassName
{
color: #67BAAB;
}
</style>
background-color css
<style>
a { background-color: #67BAAB; }
a { background-color: rgb(103,186,171); }
div.DivClassName
{
background-color: #67BAAB;
}
.BgClassName
{
background-color: #67BAAB;
}
</style>
border-color css
<style>
span { border-color: #67BAAB; }
span { border-color: rgb(103,186,171); }
td.TdClassName
{
border-color: #67BAAB;
}
.TagClassName
{
border-color: #67BAAB;
}
</style>