Shades of Tradewind #6BB2AC
Tints of Tradewind #6BB2AC
RGB
CMYK
RGB Variations
Color information
#6BB2AC (or 0x6BB2AC) is known color: Tradewind. HEX triplet: 6B, B2 and AC. RGB value is (107,178,172). Sum of RGB (Red+Green+Blue) = 107+178+172=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB2AC is #944D53. Grayscale: #9C9C9C. Windows color (decimal): -9719124 or 11317867. OLE color: 11317867.
HSL color Cylindrical-coordinate representation of color #6BB2AC: hue angle of 174.93º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB2AC is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 178 | 172 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.30 |
| HSL | 174.93º | 0.32% | 0.56% | - |
| HSV(B) | 174.93º | 0.4% | 0.7% | - |
| XYZ | 29.43 | 37.95 | 44.8 | - |
| YUV | 156.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 172 | 0.40 | 0 | 0.03 | 0.30 | 174.93 | 0.32 | 0.56 |
| Hex | 6B | B2 | AC | 28 | 0 | 3 | 1E | AF | 20 | 38 |
| Octal | 153 | 262 | 254 | 50 | 0 | 3 | 36 | 257 | 40 | 70 |
| Binary | 1101011 | 10110010 | 10101100 | 101000 | 0 | 11 | 11110 | 10101111 | 100000 | 111000 |
Color Harmonies of #6BB2AC
Complementary color
Monochromatic Colors of #6BB2AC
Black with #6BB2AC
Text Example
Text Example
White with #6BB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB2AC; }
p { color: rgb(107,178,172); }
H1.HeaderClassName
{
color: #6BB2AC;
}
.AnyTagClassName
{
color: #6BB2AC;
}
</style>
background-color css
<style>
a { background-color: #6BB2AC; }
a { background-color: rgb(107,178,172); }
div.DivClassName
{
background-color: #6BB2AC;
}
.BgClassName
{
background-color: #6BB2AC;
}
</style>
border-color css
<style>
span { border-color: #6BB2AC; }
span { border-color: rgb(107,178,172); }
td.TdClassName
{
border-color: #6BB2AC;
}
.TagClassName
{
border-color: #6BB2AC;
}
</style>