Shades of Tradewind #69BCB5
Tints of Tradewind #69BCB5
RGB
CMYK
RGB Variations
Color information
#69BCB5 (or 0x69BCB5) is known color: Tradewind. HEX triplet: 69, BC and B5. RGB value is (105,188,181). Sum of RGB (Red+Green+Blue) = 105+188+181=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #69BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCB5 is #96434A. Grayscale: #A2A2A2. Windows color (decimal): -9847627 or 11910249. OLE color: 11910249.
HSL color Cylindrical-coordinate representation of color #69BCB5: hue angle of 174.94º 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 #69BCB5 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 181 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.26 |
| HSL | 174.94º | 0.38% | 0.57% | - |
| HSV(B) | 174.94º | 0.44% | 0.74% | - |
| XYZ | 32.15 | 42.31 | 50.19 | - |
| YUV | 162.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 181 | 0.44 | 0 | 0.04 | 0.26 | 174.94 | 0.38 | 0.57 |
| Hex | 69 | BC | B5 | 2C | 0 | 4 | 1A | AF | 26 | 39 |
| Octal | 151 | 274 | 265 | 54 | 0 | 4 | 32 | 257 | 46 | 71 |
| Binary | 1101001 | 10111100 | 10110101 | 101100 | 0 | 100 | 11010 | 10101111 | 100110 | 111001 |
Color Harmonies of #69BCB5
Complementary color
Monochromatic Colors of #69BCB5
Black with #69BCB5
Text Example
Text Example
White with #69BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCB5; }
p { color: rgb(105,188,181); }
H1.HeaderClassName
{
color: #69BCB5;
}
.AnyTagClassName
{
color: #69BCB5;
}
</style>
background-color css
<style>
a { background-color: #69BCB5; }
a { background-color: rgb(105,188,181); }
div.DivClassName
{
background-color: #69BCB5;
}
.BgClassName
{
background-color: #69BCB5;
}
</style>
border-color css
<style>
span { border-color: #69BCB5; }
span { border-color: rgb(105,188,181); }
td.TdClassName
{
border-color: #69BCB5;
}
.TagClassName
{
border-color: #69BCB5;
}
</style>