Shades of Tradewind #67BCB4
Tints of Tradewind #67BCB4
RGB
CMYK
RGB Variations
Color information
#67BCB4 (or 0x67BCB4) is known color: Tradewind. HEX triplet: 67, BC and B4. RGB value is (103,188,180). Sum of RGB (Red+Green+Blue) = 103+188+180=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #67BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCB4 is #98434B. Grayscale: #A1A1A1. Windows color (decimal): -9978700 or 11844711. OLE color: 11844711.
HSL color Cylindrical-coordinate representation of color #67BCB4: hue angle of 174.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BCB4 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 180 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.26 |
| HSL | 174.35º | 0.39% | 0.57% | - |
| HSV(B) | 174.35º | 0.45% | 0.74% | - |
| XYZ | 31.81 | 42.15 | 49.64 | - |
| YUV | 161.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 180 | 0.45 | 0 | 0.04 | 0.26 | 174.35 | 0.39 | 0.57 |
| Hex | 67 | BC | B4 | 2D | 0 | 4 | 1A | AE | 27 | 39 |
| Octal | 147 | 274 | 264 | 55 | 0 | 4 | 32 | 256 | 47 | 71 |
| Binary | 1100111 | 10111100 | 10110100 | 101101 | 0 | 100 | 11010 | 10101110 | 100111 | 111001 |
Color Harmonies of #67BCB4
Complementary color
Monochromatic Colors of #67BCB4
Black with #67BCB4
Text Example
Text Example
White with #67BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCB4; }
p { color: rgb(103,188,180); }
H1.HeaderClassName
{
color: #67BCB4;
}
.AnyTagClassName
{
color: #67BCB4;
}
</style>
background-color css
<style>
a { background-color: #67BCB4; }
a { background-color: rgb(103,188,180); }
div.DivClassName
{
background-color: #67BCB4;
}
.BgClassName
{
background-color: #67BCB4;
}
</style>
border-color css
<style>
span { border-color: #67BCB4; }
span { border-color: rgb(103,188,180); }
td.TdClassName
{
border-color: #67BCB4;
}
.TagClassName
{
border-color: #67BCB4;
}
</style>