Shades of Tradewind #67BEB4
Tints of Tradewind #67BEB4
RGB
CMYK
RGB Variations
Color information
#67BEB4 (or 0x67BEB4) is known color: Tradewind. HEX triplet: 67, BE and B4. RGB value is (103,190,180). Sum of RGB (Red+Green+Blue) = 103+190+180=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #67BEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BEB4 is #98414B. Grayscale: #A2A2A2. Windows color (decimal): -9978188 or 11845223. OLE color: 11845223.
HSL color Cylindrical-coordinate representation of color #67BEB4: hue angle of 173.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BEB4 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 190 | 180 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.25 |
| HSL | 173.1º | 0.4% | 0.57% | - |
| HSV(B) | 173.1º | 0.46% | 0.75% | - |
| XYZ | 32.25 | 43.01 | 49.78 | - |
| YUV | 162.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 180 | 0.46 | 0 | 0.05 | 0.25 | 173.1 | 0.4 | 0.57 |
| Hex | 67 | BE | B4 | 2E | 0 | 5 | 19 | AD | 28 | 39 |
| Octal | 147 | 276 | 264 | 56 | 0 | 5 | 31 | 255 | 50 | 71 |
| Binary | 1100111 | 10111110 | 10110100 | 101110 | 0 | 101 | 11001 | 10101101 | 101000 | 111001 |
Color Harmonies of #67BEB4
Complementary color
Monochromatic Colors of #67BEB4
Black with #67BEB4
Text Example
Text Example
White with #67BEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BEB4; }
p { color: rgb(103,190,180); }
H1.HeaderClassName
{
color: #67BEB4;
}
.AnyTagClassName
{
color: #67BEB4;
}
</style>
background-color css
<style>
a { background-color: #67BEB4; }
a { background-color: rgb(103,190,180); }
div.DivClassName
{
background-color: #67BEB4;
}
.BgClassName
{
background-color: #67BEB4;
}
</style>
border-color css
<style>
span { border-color: #67BEB4; }
span { border-color: rgb(103,190,180); }
td.TdClassName
{
border-color: #67BEB4;
}
.TagClassName
{
border-color: #67BEB4;
}
</style>