Shades of Tradewind #69BCAF
Tints of Tradewind #69BCAF
RGB
CMYK
RGB Variations
Color information
#69BCAF (or 0x69BCAF) is known color: Tradewind. HEX triplet: 69, BC and AF. RGB value is (105,188,175). Sum of RGB (Red+Green+Blue) = 105+188+175=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #69BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BCAF is #964350. Grayscale: #A1A1A1. Windows color (decimal): -9847633 or 11517033. OLE color: 11517033.
HSL color Cylindrical-coordinate representation of color #69BCAF: hue angle of 170.6º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BCAF is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 175 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.26 |
| HSL | 170.6º | 0.38% | 0.57% | - |
| HSV(B) | 170.6º | 0.44% | 0.74% | - |
| XYZ | 31.55 | 42.06 | 47.01 | - |
| YUV | 161.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 175 | 0.44 | 0 | 0.07 | 0.26 | 170.6 | 0.38 | 0.57 |
| Hex | 69 | BC | AF | 2C | 0 | 7 | 1A | AB | 26 | 39 |
| Octal | 151 | 274 | 257 | 54 | 0 | 7 | 32 | 253 | 46 | 71 |
| Binary | 1101001 | 10111100 | 10101111 | 101100 | 0 | 111 | 11010 | 10101011 | 100110 | 111001 |
Color Harmonies of #69BCAF
Complementary color
Monochromatic Colors of #69BCAF
Black with #69BCAF
Text Example
Text Example
White with #69BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCAF; }
p { color: rgb(105,188,175); }
H1.HeaderClassName
{
color: #69BCAF;
}
.AnyTagClassName
{
color: #69BCAF;
}
</style>
background-color css
<style>
a { background-color: #69BCAF; }
a { background-color: rgb(105,188,175); }
div.DivClassName
{
background-color: #69BCAF;
}
.BgClassName
{
background-color: #69BCAF;
}
</style>
border-color css
<style>
span { border-color: #69BCAF; }
span { border-color: rgb(105,188,175); }
td.TdClassName
{
border-color: #69BCAF;
}
.TagClassName
{
border-color: #69BCAF;
}
</style>