Shades of Tradewind #67BCAC
Tints of Tradewind #67BCAC
RGB
CMYK
RGB Variations
Color information
#67BCAC (or 0x67BCAC) is known color: Tradewind. HEX triplet: 67, BC and AC. RGB value is (103,188,172). Sum of RGB (Red+Green+Blue) = 103+188+172=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #67BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BCAC is #984353. Grayscale: #A0A0A0. Windows color (decimal): -9978708 or 11320423. OLE color: 11320423.
HSL color Cylindrical-coordinate representation of color #67BCAC: hue angle of 168.71º 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 #67BCAC is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 172 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.26 |
| HSL | 168.71º | 0.39% | 0.57% | - |
| HSV(B) | 168.71º | 0.45% | 0.74% | - |
| XYZ | 31.02 | 41.83 | 45.47 | - |
| YUV | 160.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 172 | 0.45 | 0 | 0.09 | 0.26 | 168.71 | 0.39 | 0.57 |
| Hex | 67 | BC | AC | 2D | 0 | 9 | 1A | A9 | 27 | 39 |
| Octal | 147 | 274 | 254 | 55 | 0 | 11 | 32 | 251 | 47 | 71 |
| Binary | 1100111 | 10111100 | 10101100 | 101101 | 0 | 1001 | 11010 | 10101001 | 100111 | 111001 |
Color Harmonies of #67BCAC
Complementary color
Monochromatic Colors of #67BCAC
Black with #67BCAC
Text Example
Text Example
White with #67BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCAC; }
p { color: rgb(103,188,172); }
H1.HeaderClassName
{
color: #67BCAC;
}
.AnyTagClassName
{
color: #67BCAC;
}
</style>
background-color css
<style>
a { background-color: #67BCAC; }
a { background-color: rgb(103,188,172); }
div.DivClassName
{
background-color: #67BCAC;
}
.BgClassName
{
background-color: #67BCAC;
}
</style>
border-color css
<style>
span { border-color: #67BCAC; }
span { border-color: rgb(103,188,172); }
td.TdClassName
{
border-color: #67BCAC;
}
.TagClassName
{
border-color: #67BCAC;
}
</style>