Shades of Tradewind #6ABCB5
Tints of Tradewind #6ABCB5
RGB
CMYK
RGB Variations
Color information
#6ABCB5 (or 0x6ABCB5) is known color: Tradewind. HEX triplet: 6A, BC and B5. RGB value is (106,188,181). Sum of RGB (Red+Green+Blue) = 106+188+181=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCB5 is #95434A. Grayscale: #A2A2A2. Windows color (decimal): -9782091 or 11910250. OLE color: 11910250.
HSL color Cylindrical-coordinate representation of color #6ABCB5: hue angle of 174.88º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABCB5 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 181 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.26 |
| HSL | 174.88º | 0.38% | 0.58% | - |
| HSV(B) | 174.88º | 0.44% | 0.74% | - |
| XYZ | 32.27 | 42.37 | 50.19 | - |
| YUV | 162.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 181 | 0.44 | 0 | 0.04 | 0.26 | 174.88 | 0.38 | 0.58 |
| Hex | 6A | BC | B5 | 2C | 0 | 4 | 1A | AF | 26 | 3A |
| Octal | 152 | 274 | 265 | 54 | 0 | 4 | 32 | 257 | 46 | 72 |
| Binary | 1101010 | 10111100 | 10110101 | 101100 | 0 | 100 | 11010 | 10101111 | 100110 | 111010 |
Color Harmonies of #6ABCB5
Complementary color
Monochromatic Colors of #6ABCB5
Black with #6ABCB5
Text Example
Text Example
White with #6ABCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABCB5; }
p { color: rgb(106,188,181); }
H1.HeaderClassName
{
color: #6ABCB5;
}
.AnyTagClassName
{
color: #6ABCB5;
}
</style>
background-color css
<style>
a { background-color: #6ABCB5; }
a { background-color: rgb(106,188,181); }
div.DivClassName
{
background-color: #6ABCB5;
}
.BgClassName
{
background-color: #6ABCB5;
}
</style>
border-color css
<style>
span { border-color: #6ABCB5; }
span { border-color: rgb(106,188,181); }
td.TdClassName
{
border-color: #6ABCB5;
}
.TagClassName
{
border-color: #6ABCB5;
}
</style>