Shades of Tradewind #67BBB0
Tints of Tradewind #67BBB0
RGB
CMYK
RGB Variations
Color information
#67BBB0 (or 0x67BBB0) is known color: Tradewind. HEX triplet: 67, BB and B0. RGB value is (103,187,176). Sum of RGB (Red+Green+Blue) = 103+187+176=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #67BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BBB0 is #98444F. Grayscale: #A0A0A0. Windows color (decimal): -9978960 or 11582311. OLE color: 11582311.
HSL color Cylindrical-coordinate representation of color #67BBB0: hue angle of 172.14º 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 #67BBB0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 176 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.27 |
| HSL | 172.14º | 0.38% | 0.57% | - |
| HSV(B) | 172.14º | 0.45% | 0.73% | - |
| XYZ | 31.2 | 41.56 | 47.45 | - |
| YUV | 160.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 176 | 0.45 | 0 | 0.06 | 0.27 | 172.14 | 0.38 | 0.57 |
| Hex | 67 | BB | B0 | 2D | 0 | 6 | 1B | AC | 26 | 39 |
| Octal | 147 | 273 | 260 | 55 | 0 | 6 | 33 | 254 | 46 | 71 |
| Binary | 1100111 | 10111011 | 10110000 | 101101 | 0 | 110 | 11011 | 10101100 | 100110 | 111001 |
Color Harmonies of #67BBB0
Complementary color
Monochromatic Colors of #67BBB0
Black with #67BBB0
Text Example
Text Example
White with #67BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBB0; }
p { color: rgb(103,187,176); }
H1.HeaderClassName
{
color: #67BBB0;
}
.AnyTagClassName
{
color: #67BBB0;
}
</style>
background-color css
<style>
a { background-color: #67BBB0; }
a { background-color: rgb(103,187,176); }
div.DivClassName
{
background-color: #67BBB0;
}
.BgClassName
{
background-color: #67BBB0;
}
</style>
border-color css
<style>
span { border-color: #67BBB0; }
span { border-color: rgb(103,187,176); }
td.TdClassName
{
border-color: #67BBB0;
}
.TagClassName
{
border-color: #67BBB0;
}
</style>