Shades of Tradewind #67BBAC
Tints of Tradewind #67BBAC
RGB
CMYK
RGB Variations
Color information
#67BBAC (or 0x67BBAC) is known color: Tradewind. HEX triplet: 67, BB and AC. RGB value is (103,187,172). Sum of RGB (Red+Green+Blue) = 103+187+172=462 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.29% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #67BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BBAC is #984453. Grayscale: #A0A0A0. Windows color (decimal): -9978964 or 11320167. OLE color: 11320167.
HSL color Cylindrical-coordinate representation of color #67BBAC: hue angle of 169.29º 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 #67BBAC is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 172 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.27 |
| HSL | 169.29º | 0.38% | 0.57% | - |
| HSV(B) | 169.29º | 0.45% | 0.73% | - |
| XYZ | 30.81 | 41.4 | 45.4 | - |
| YUV | 160.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 172 | 0.45 | 0 | 0.08 | 0.27 | 169.29 | 0.38 | 0.57 |
| Hex | 67 | BB | AC | 2D | 0 | 8 | 1B | A9 | 26 | 39 |
| Octal | 147 | 273 | 254 | 55 | 0 | 10 | 33 | 251 | 46 | 71 |
| Binary | 1100111 | 10111011 | 10101100 | 101101 | 0 | 1000 | 11011 | 10101001 | 100110 | 111001 |
Color Harmonies of #67BBAC
Complementary color
Monochromatic Colors of #67BBAC
Black with #67BBAC
Text Example
Text Example
White with #67BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBAC; }
p { color: rgb(103,187,172); }
H1.HeaderClassName
{
color: #67BBAC;
}
.AnyTagClassName
{
color: #67BBAC;
}
</style>
background-color css
<style>
a { background-color: #67BBAC; }
a { background-color: rgb(103,187,172); }
div.DivClassName
{
background-color: #67BBAC;
}
.BgClassName
{
background-color: #67BBAC;
}
</style>
border-color css
<style>
span { border-color: #67BBAC; }
span { border-color: rgb(103,187,172); }
td.TdClassName
{
border-color: #67BBAC;
}
.TagClassName
{
border-color: #67BBAC;
}
</style>