Shades of Tradewind #67BAB1
Tints of Tradewind #67BAB1
RGB
CMYK
RGB Variations
Color information
#67BAB1 (or 0x67BAB1) is known color: Tradewind. HEX triplet: 67, BA and B1. RGB value is (103,186,177). Sum of RGB (Red+Green+Blue) = 103+186+177=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #67BAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BAB1 is #98454E. Grayscale: #A0A0A0. Windows color (decimal): -9979215 or 11647591. OLE color: 11647591.
HSL color Cylindrical-coordinate representation of color #67BAB1: hue angle of 173.49º 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 #67BAB1 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 177 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.27 |
| HSL | 173.49º | 0.38% | 0.57% | - |
| HSV(B) | 173.49º | 0.45% | 0.73% | - |
| XYZ | 31.09 | 41.18 | 47.9 | - |
| YUV | 160.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 177 | 0.45 | 0 | 0.05 | 0.27 | 173.49 | 0.38 | 0.57 |
| Hex | 67 | BA | B1 | 2D | 0 | 5 | 1B | AD | 26 | 39 |
| Octal | 147 | 272 | 261 | 55 | 0 | 5 | 33 | 255 | 46 | 71 |
| Binary | 1100111 | 10111010 | 10110001 | 101101 | 0 | 101 | 11011 | 10101101 | 100110 | 111001 |
Color Harmonies of #67BAB1
Complementary color
Monochromatic Colors of #67BAB1
Black with #67BAB1
Text Example
Text Example
White with #67BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BAB1; }
p { color: rgb(103,186,177); }
H1.HeaderClassName
{
color: #67BAB1;
}
.AnyTagClassName
{
color: #67BAB1;
}
</style>
background-color css
<style>
a { background-color: #67BAB1; }
a { background-color: rgb(103,186,177); }
div.DivClassName
{
background-color: #67BAB1;
}
.BgClassName
{
background-color: #67BAB1;
}
</style>
border-color css
<style>
span { border-color: #67BAB1; }
span { border-color: rgb(103,186,177); }
td.TdClassName
{
border-color: #67BAB1;
}
.TagClassName
{
border-color: #67BAB1;
}
</style>