Shades of Tradewind #68B5AB
Tints of Tradewind #68B5AB
RGB
CMYK
RGB Variations
Color information
#68B5AB (or 0x68B5AB) is known color: Tradewind. HEX triplet: 68, B5 and AB. RGB value is (104,181,171). Sum of RGB (Red+Green+Blue) = 104+181+171=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #68B5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B5AB is #974A54. Grayscale: #9C9C9C. Windows color (decimal): -9914965 or 11253096. OLE color: 11253096.
HSL color Cylindrical-coordinate representation of color #68B5AB: hue angle of 172.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B5AB is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 171 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.29 |
| HSL | 172.21º | 0.34% | 0.56% | - |
| HSV(B) | 172.21º | 0.43% | 0.71% | - |
| XYZ | 29.58 | 38.93 | 44.48 | - |
| YUV | 156.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 171 | 0.43 | 0 | 0.06 | 0.29 | 172.21 | 0.34 | 0.56 |
| Hex | 68 | B5 | AB | 2B | 0 | 6 | 1D | AC | 22 | 38 |
| Octal | 150 | 265 | 253 | 53 | 0 | 6 | 35 | 254 | 42 | 70 |
| Binary | 1101000 | 10110101 | 10101011 | 101011 | 0 | 110 | 11101 | 10101100 | 100010 | 111000 |
Color Harmonies of #68B5AB
Complementary color
Monochromatic Colors of #68B5AB
Black with #68B5AB
Text Example
Text Example
White with #68B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5AB; }
p { color: rgb(104,181,171); }
H1.HeaderClassName
{
color: #68B5AB;
}
.AnyTagClassName
{
color: #68B5AB;
}
</style>
background-color css
<style>
a { background-color: #68B5AB; }
a { background-color: rgb(104,181,171); }
div.DivClassName
{
background-color: #68B5AB;
}
.BgClassName
{
background-color: #68B5AB;
}
</style>
border-color css
<style>
span { border-color: #68B5AB; }
span { border-color: rgb(104,181,171); }
td.TdClassName
{
border-color: #68B5AB;
}
.TagClassName
{
border-color: #68B5AB;
}
</style>