Shades of Tradewind #69B5A6
Tints of Tradewind #69B5A6
RGB
CMYK
RGB Variations
Color information
#69B5A6 (or 0x69B5A6) is known color: Tradewind. HEX triplet: 69, B5 and A6. RGB value is (105,181,166). Sum of RGB (Red+Green+Blue) = 105+181+166=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #69B5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B5A6 is #964A59. Grayscale: #9C9C9C. Windows color (decimal): -9849434 or 10925417. OLE color: 10925417.
HSL color Cylindrical-coordinate representation of color #69B5A6: hue angle of 168.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B5A6 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 181 | 166 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.29 |
| HSL | 168.16º | 0.34% | 0.56% | - |
| HSV(B) | 168.16º | 0.42% | 0.71% | - |
| XYZ | 29.23 | 38.8 | 42.03 | - |
| YUV | 156.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 166 | 0.42 | 0 | 0.08 | 0.29 | 168.16 | 0.34 | 0.56 |
| Hex | 69 | B5 | A6 | 2A | 0 | 8 | 1D | A8 | 22 | 38 |
| Octal | 151 | 265 | 246 | 52 | 0 | 10 | 35 | 250 | 42 | 70 |
| Binary | 1101001 | 10110101 | 10100110 | 101010 | 0 | 1000 | 11101 | 10101000 | 100010 | 111000 |
Color Harmonies of #69B5A6
Complementary color
Monochromatic Colors of #69B5A6
Black with #69B5A6
Text Example
Text Example
White with #69B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B5A6; }
p { color: rgb(105,181,166); }
H1.HeaderClassName
{
color: #69B5A6;
}
.AnyTagClassName
{
color: #69B5A6;
}
</style>
background-color css
<style>
a { background-color: #69B5A6; }
a { background-color: rgb(105,181,166); }
div.DivClassName
{
background-color: #69B5A6;
}
.BgClassName
{
background-color: #69B5A6;
}
</style>
border-color css
<style>
span { border-color: #69B5A6; }
span { border-color: rgb(105,181,166); }
td.TdClassName
{
border-color: #69B5A6;
}
.TagClassName
{
border-color: #69B5A6;
}
</style>