Shades of Tradewind #6ABBB2
Tints of Tradewind #6ABBB2
RGB
CMYK
RGB Variations
Color information
#6ABBB2 (or 0x6ABBB2) is known color: Tradewind. HEX triplet: 6A, BB and B2. RGB value is (106,187,178). Sum of RGB (Red+Green+Blue) = 106+187+178=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBB2 is #95444D. Grayscale: #A1A1A1. Windows color (decimal): -9782350 or 11713386. OLE color: 11713386.
HSL color Cylindrical-coordinate representation of color #6ABBB2: hue angle of 173.33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABBB2 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 178 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.27 |
| HSL | 173.33º | 0.37% | 0.57% | - |
| HSV(B) | 173.33º | 0.43% | 0.73% | - |
| XYZ | 31.75 | 41.82 | 48.52 | - |
| YUV | 161.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 178 | 0.43 | 0 | 0.05 | 0.27 | 173.33 | 0.37 | 0.57 |
| Hex | 6A | BB | B2 | 2B | 0 | 5 | 1B | AD | 25 | 39 |
| Octal | 152 | 273 | 262 | 53 | 0 | 5 | 33 | 255 | 45 | 71 |
| Binary | 1101010 | 10111011 | 10110010 | 101011 | 0 | 101 | 11011 | 10101101 | 100101 | 111001 |
Color Harmonies of #6ABBB2
Complementary color
Monochromatic Colors of #6ABBB2
Black with #6ABBB2
Text Example
Text Example
White with #6ABBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBB2; }
p { color: rgb(106,187,178); }
H1.HeaderClassName
{
color: #6ABBB2;
}
.AnyTagClassName
{
color: #6ABBB2;
}
</style>
background-color css
<style>
a { background-color: #6ABBB2; }
a { background-color: rgb(106,187,178); }
div.DivClassName
{
background-color: #6ABBB2;
}
.BgClassName
{
background-color: #6ABBB2;
}
</style>
border-color css
<style>
span { border-color: #6ABBB2; }
span { border-color: rgb(106,187,178); }
td.TdClassName
{
border-color: #6ABBB2;
}
.TagClassName
{
border-color: #6ABBB2;
}
</style>