Shades of Tradewind #67BCAF
Tints of Tradewind #67BCAF
RGB
CMYK
RGB Variations
Color information
#67BCAF (or 0x67BCAF) is known color: Tradewind. HEX triplet: 67, BC and AF. RGB value is (103,188,175). Sum of RGB (Red+Green+Blue) = 103+188+175=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #67BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BCAF is #984350. Grayscale: #A1A1A1. Windows color (decimal): -9978705 or 11517031. OLE color: 11517031.
HSL color Cylindrical-coordinate representation of color #67BCAF: hue angle of 170.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BCAF is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 175 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.26 |
| HSL | 170.82º | 0.39% | 0.57% | - |
| HSV(B) | 170.82º | 0.45% | 0.74% | - |
| XYZ | 31.31 | 41.95 | 47 | - |
| YUV | 161.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 175 | 0.45 | 0 | 0.07 | 0.26 | 170.82 | 0.39 | 0.57 |
| Hex | 67 | BC | AF | 2D | 0 | 7 | 1A | AB | 27 | 39 |
| Octal | 147 | 274 | 257 | 55 | 0 | 7 | 32 | 253 | 47 | 71 |
| Binary | 1100111 | 10111100 | 10101111 | 101101 | 0 | 111 | 11010 | 10101011 | 100111 | 111001 |
Color Harmonies of #67BCAF
Complementary color
Monochromatic Colors of #67BCAF
Black with #67BCAF
Text Example
Text Example
White with #67BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCAF; }
p { color: rgb(103,188,175); }
H1.HeaderClassName
{
color: #67BCAF;
}
.AnyTagClassName
{
color: #67BCAF;
}
</style>
background-color css
<style>
a { background-color: #67BCAF; }
a { background-color: rgb(103,188,175); }
div.DivClassName
{
background-color: #67BCAF;
}
.BgClassName
{
background-color: #67BCAF;
}
</style>
border-color css
<style>
span { border-color: #67BCAF; }
span { border-color: rgb(103,188,175); }
td.TdClassName
{
border-color: #67BCAF;
}
.TagClassName
{
border-color: #67BCAF;
}
</style>