Shades of Tradewind #6AB5AC
Tints of Tradewind #6AB5AC
RGB
CMYK
RGB Variations
Color information
#6AB5AC (or 0x6AB5AC) is known color: Tradewind. HEX triplet: 6A, B5 and AC. RGB value is (106,181,172). Sum of RGB (Red+Green+Blue) = 106+181+172=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB5AC is #954A53. Grayscale: #9D9D9D. Windows color (decimal): -9783892 or 11318634. OLE color: 11318634.
HSL color Cylindrical-coordinate representation of color #6AB5AC: hue angle of 172.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB5AC is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 172 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.29 |
| HSL | 172.8º | 0.34% | 0.56% | - |
| HSV(B) | 172.8º | 0.41% | 0.71% | - |
| XYZ | 29.91 | 39.09 | 45 | - |
| YUV | 157.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 172 | 0.41 | 0 | 0.05 | 0.29 | 172.8 | 0.34 | 0.56 |
| Hex | 6A | B5 | AC | 29 | 0 | 5 | 1D | AD | 22 | 38 |
| Octal | 152 | 265 | 254 | 51 | 0 | 5 | 35 | 255 | 42 | 70 |
| Binary | 1101010 | 10110101 | 10101100 | 101001 | 0 | 101 | 11101 | 10101101 | 100010 | 111000 |
Color Harmonies of #6AB5AC
Complementary color
Monochromatic Colors of #6AB5AC
Black with #6AB5AC
Text Example
Text Example
White with #6AB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB5AC; }
p { color: rgb(106,181,172); }
H1.HeaderClassName
{
color: #6AB5AC;
}
.AnyTagClassName
{
color: #6AB5AC;
}
</style>
background-color css
<style>
a { background-color: #6AB5AC; }
a { background-color: rgb(106,181,172); }
div.DivClassName
{
background-color: #6AB5AC;
}
.BgClassName
{
background-color: #6AB5AC;
}
</style>
border-color css
<style>
span { border-color: #6AB5AC; }
span { border-color: rgb(106,181,172); }
td.TdClassName
{
border-color: #6AB5AC;
}
.TagClassName
{
border-color: #6AB5AC;
}
</style>