Shades of Tradewind #67BEB3
Tints of Tradewind #67BEB3
RGB
CMYK
RGB Variations
Color information
#67BEB3 (or 0x67BEB3) is known color: Tradewind. HEX triplet: 67, BE and B3. RGB value is (103,190,179). Sum of RGB (Red+Green+Blue) = 103+190+179=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #67BEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BEB3 is #98414C. Grayscale: #A2A2A2. Windows color (decimal): -9978189 or 11779687. OLE color: 11779687.
HSL color Cylindrical-coordinate representation of color #67BEB3: hue angle of 172.41º 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 #67BEB3 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 190 | 179 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.25 |
| HSL | 172.41º | 0.4% | 0.57% | - |
| HSV(B) | 172.41º | 0.46% | 0.75% | - |
| XYZ | 32.14 | 42.97 | 49.25 | - |
| YUV | 162.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 179 | 0.46 | 0 | 0.06 | 0.25 | 172.41 | 0.4 | 0.57 |
| Hex | 67 | BE | B3 | 2E | 0 | 6 | 19 | AC | 28 | 39 |
| Octal | 147 | 276 | 263 | 56 | 0 | 6 | 31 | 254 | 50 | 71 |
| Binary | 1100111 | 10111110 | 10110011 | 101110 | 0 | 110 | 11001 | 10101100 | 101000 | 111001 |
Color Harmonies of #67BEB3
Complementary color
Monochromatic Colors of #67BEB3
Black with #67BEB3
Text Example
Text Example
White with #67BEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BEB3; }
p { color: rgb(103,190,179); }
H1.HeaderClassName
{
color: #67BEB3;
}
.AnyTagClassName
{
color: #67BEB3;
}
</style>
background-color css
<style>
a { background-color: #67BEB3; }
a { background-color: rgb(103,190,179); }
div.DivClassName
{
background-color: #67BEB3;
}
.BgClassName
{
background-color: #67BEB3;
}
</style>
border-color css
<style>
span { border-color: #67BEB3; }
span { border-color: rgb(103,190,179); }
td.TdClassName
{
border-color: #67BEB3;
}
.TagClassName
{
border-color: #67BEB3;
}
</style>