Shades of Tradewind #67BFB4
Tints of Tradewind #67BFB4
RGB
CMYK
RGB Variations
Color information
#67BFB4 (or 0x67BFB4) is known color: Tradewind. HEX triplet: 67, BF and B4. RGB value is (103,191,180). Sum of RGB (Red+Green+Blue) = 103+191+180=474 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.73% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFB4 is #98404B. Grayscale: #A3A3A3. Windows color (decimal): -9977932 or 11845479. OLE color: 11845479.
HSL color Cylindrical-coordinate representation of color #67BFB4: hue angle of 172.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BFB4 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 191 | 180 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.25 |
| HSL | 172.5º | 0.41% | 0.58% | - |
| HSV(B) | 172.5º | 0.46% | 0.75% | - |
| XYZ | 32.46 | 43.44 | 49.85 | - |
| YUV | 163.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 180 | 0.46 | 0 | 0.06 | 0.25 | 172.5 | 0.41 | 0.58 |
| Hex | 67 | BF | B4 | 2E | 0 | 6 | 19 | AC | 29 | 3A |
| Octal | 147 | 277 | 264 | 56 | 0 | 6 | 31 | 254 | 51 | 72 |
| Binary | 1100111 | 10111111 | 10110100 | 101110 | 0 | 110 | 11001 | 10101100 | 101001 | 111010 |
Color Harmonies of #67BFB4
Complementary color
Monochromatic Colors of #67BFB4
Black with #67BFB4
Text Example
Text Example
White with #67BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFB4; }
p { color: rgb(103,191,180); }
H1.HeaderClassName
{
color: #67BFB4;
}
.AnyTagClassName
{
color: #67BFB4;
}
</style>
background-color css
<style>
a { background-color: #67BFB4; }
a { background-color: rgb(103,191,180); }
div.DivClassName
{
background-color: #67BFB4;
}
.BgClassName
{
background-color: #67BFB4;
}
</style>
border-color css
<style>
span { border-color: #67BFB4; }
span { border-color: rgb(103,191,180); }
td.TdClassName
{
border-color: #67BFB4;
}
.TagClassName
{
border-color: #67BFB4;
}
</style>