Shades of Tradewind #67BBB1
Tints of Tradewind #67BBB1
RGB
CMYK
RGB Variations
Color information
#67BBB1 (or 0x67BBB1) is known color: Tradewind. HEX triplet: 67, BB and B1. RGB value is (103,187,177). Sum of RGB (Red+Green+Blue) = 103+187+177=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #67BBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BBB1 is #98444E. Grayscale: #A0A0A0. Windows color (decimal): -9978959 or 11647847. OLE color: 11647847.
HSL color Cylindrical-coordinate representation of color #67BBB1: hue angle of 172.86º 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 #67BBB1 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 177 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.27 |
| HSL | 172.86º | 0.38% | 0.57% | - |
| HSV(B) | 172.86º | 0.45% | 0.73% | - |
| XYZ | 31.3 | 41.6 | 47.97 | - |
| YUV | 160.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 177 | 0.45 | 0 | 0.05 | 0.27 | 172.86 | 0.38 | 0.57 |
| Hex | 67 | BB | B1 | 2D | 0 | 5 | 1B | AD | 26 | 39 |
| Octal | 147 | 273 | 261 | 55 | 0 | 5 | 33 | 255 | 46 | 71 |
| Binary | 1100111 | 10111011 | 10110001 | 101101 | 0 | 101 | 11011 | 10101101 | 100110 | 111001 |
Color Harmonies of #67BBB1
Complementary color
Monochromatic Colors of #67BBB1
Black with #67BBB1
Text Example
Text Example
White with #67BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBB1; }
p { color: rgb(103,187,177); }
H1.HeaderClassName
{
color: #67BBB1;
}
.AnyTagClassName
{
color: #67BBB1;
}
</style>
background-color css
<style>
a { background-color: #67BBB1; }
a { background-color: rgb(103,187,177); }
div.DivClassName
{
background-color: #67BBB1;
}
.BgClassName
{
background-color: #67BBB1;
}
</style>
border-color css
<style>
span { border-color: #67BBB1; }
span { border-color: rgb(103,187,177); }
td.TdClassName
{
border-color: #67BBB1;
}
.TagClassName
{
border-color: #67BBB1;
}
</style>