Shades of Tradewind #68BEAF
Tints of Tradewind #68BEAF
RGB
CMYK
RGB Variations
Color information
#68BEAF (or 0x68BEAF) is known color: Tradewind. HEX triplet: 68, BE and AF. RGB value is (104,190,175). Sum of RGB (Red+Green+Blue) = 104+190+175=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BEAF is #974150. Grayscale: #A2A2A2. Windows color (decimal): -9912657 or 11517544. OLE color: 11517544.
HSL color Cylindrical-coordinate representation of color #68BEAF: hue angle of 169.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BEAF is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 175 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.25 |
| HSL | 169.53º | 0.4% | 0.58% | - |
| HSV(B) | 169.53º | 0.45% | 0.75% | - |
| XYZ | 31.86 | 42.87 | 47.15 | - |
| YUV | 162.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 175 | 0.45 | 0 | 0.08 | 0.25 | 169.53 | 0.4 | 0.58 |
| Hex | 68 | BE | AF | 2D | 0 | 8 | 19 | AA | 28 | 3A |
| Octal | 150 | 276 | 257 | 55 | 0 | 10 | 31 | 252 | 50 | 72 |
| Binary | 1101000 | 10111110 | 10101111 | 101101 | 0 | 1000 | 11001 | 10101010 | 101000 | 111010 |
Color Harmonies of #68BEAF
Complementary color
Monochromatic Colors of #68BEAF
Black with #68BEAF
Text Example
Text Example
White with #68BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEAF; }
p { color: rgb(104,190,175); }
H1.HeaderClassName
{
color: #68BEAF;
}
.AnyTagClassName
{
color: #68BEAF;
}
</style>
background-color css
<style>
a { background-color: #68BEAF; }
a { background-color: rgb(104,190,175); }
div.DivClassName
{
background-color: #68BEAF;
}
.BgClassName
{
background-color: #68BEAF;
}
</style>
border-color css
<style>
span { border-color: #68BEAF; }
span { border-color: rgb(104,190,175); }
td.TdClassName
{
border-color: #68BEAF;
}
.TagClassName
{
border-color: #68BEAF;
}
</style>