Shades of Tradewind #6DB5AC
Tints of Tradewind #6DB5AC
RGB
CMYK
RGB Variations
Color information
#6DB5AC (or 0x6DB5AC) is known color: Tradewind. HEX triplet: 6D, B5 and AC. RGB value is (109,181,172). Sum of RGB (Red+Green+Blue) = 109+181+172=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB5AC is #924A53. Grayscale: #9E9E9E. Windows color (decimal): -9587284 or 11318637. OLE color: 11318637.
HSL color Cylindrical-coordinate representation of color #6DB5AC: hue angle of 172.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB5AC is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 172 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.29 |
| HSL | 172.5º | 0.33% | 0.57% | - |
| HSV(B) | 172.5º | 0.4% | 0.71% | - |
| XYZ | 30.28 | 39.28 | 45.02 | - |
| YUV | 158.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 172 | 0.40 | 0 | 0.05 | 0.29 | 172.5 | 0.33 | 0.57 |
| Hex | 6D | B5 | AC | 28 | 0 | 5 | 1D | AC | 21 | 39 |
| Octal | 155 | 265 | 254 | 50 | 0 | 5 | 35 | 254 | 41 | 71 |
| Binary | 1101101 | 10110101 | 10101100 | 101000 | 0 | 101 | 11101 | 10101100 | 100001 | 111001 |
Color Harmonies of #6DB5AC
Complementary color
Monochromatic Colors of #6DB5AC
Black with #6DB5AC
Text Example
Text Example
White with #6DB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5AC; }
p { color: rgb(109,181,172); }
H1.HeaderClassName
{
color: #6DB5AC;
}
.AnyTagClassName
{
color: #6DB5AC;
}
</style>
background-color css
<style>
a { background-color: #6DB5AC; }
a { background-color: rgb(109,181,172); }
div.DivClassName
{
background-color: #6DB5AC;
}
.BgClassName
{
background-color: #6DB5AC;
}
</style>
border-color css
<style>
span { border-color: #6DB5AC; }
span { border-color: rgb(109,181,172); }
td.TdClassName
{
border-color: #6DB5AC;
}
.TagClassName
{
border-color: #6DB5AC;
}
</style>