Shades of Tradewind #68AFAC
Tints of Tradewind #68AFAC
RGB
CMYK
RGB Variations
Color information
#68AFAC (or 0x68AFAC) is known color: Tradewind. HEX triplet: 68, AF and AC. RGB value is (104,175,172). Sum of RGB (Red+Green+Blue) = 104+175+172=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #68AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AFAC is #975053. Grayscale: #999999. Windows color (decimal): -9916500 or 11317096. OLE color: 11317096.
HSL color Cylindrical-coordinate representation of color #68AFAC: hue angle of 177.46º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AFAC is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 172 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.31 |
| HSL | 177.46º | 0.31% | 0.55% | - |
| HSV(B) | 177.46º | 0.41% | 0.69% | - |
| XYZ | 28.49 | 36.58 | 44.59 | - |
| YUV | 153.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 172 | 0.41 | 0 | 0.02 | 0.31 | 177.46 | 0.31 | 0.55 |
| Hex | 68 | AF | AC | 29 | 0 | 2 | 1F | B1 | 1F | 37 |
| Octal | 150 | 257 | 254 | 51 | 0 | 2 | 37 | 261 | 37 | 67 |
| Binary | 1101000 | 10101111 | 10101100 | 101001 | 0 | 10 | 11111 | 10110001 | 11111 | 110111 |
Color Harmonies of #68AFAC
Complementary color
Monochromatic Colors of #68AFAC
Black with #68AFAC
Text Example
Text Example
White with #68AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFAC; }
p { color: rgb(104,175,172); }
H1.HeaderClassName
{
color: #68AFAC;
}
.AnyTagClassName
{
color: #68AFAC;
}
</style>
background-color css
<style>
a { background-color: #68AFAC; }
a { background-color: rgb(104,175,172); }
div.DivClassName
{
background-color: #68AFAC;
}
.BgClassName
{
background-color: #68AFAC;
}
</style>
border-color css
<style>
span { border-color: #68AFAC; }
span { border-color: rgb(104,175,172); }
td.TdClassName
{
border-color: #68AFAC;
}
.TagClassName
{
border-color: #68AFAC;
}
</style>