Shades of Tradewind #69BCB4
Tints of Tradewind #69BCB4
RGB
CMYK
RGB Variations
Color information
#69BCB4 (or 0x69BCB4) is known color: Tradewind. HEX triplet: 69, BC and B4. RGB value is (105,188,180). Sum of RGB (Red+Green+Blue) = 105+188+180=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #69BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCB4 is #96434B. Grayscale: #A2A2A2. Windows color (decimal): -9847628 or 11844713. OLE color: 11844713.
HSL color Cylindrical-coordinate representation of color #69BCB4: hue angle of 174.22º 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 #69BCB4 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 180 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.26 |
| HSL | 174.22º | 0.38% | 0.57% | - |
| HSV(B) | 174.22º | 0.44% | 0.74% | - |
| XYZ | 32.05 | 42.26 | 49.65 | - |
| YUV | 162.27 | 138 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 180 | 0.44 | 0 | 0.04 | 0.26 | 174.22 | 0.38 | 0.57 |
| Hex | 69 | BC | B4 | 2C | 0 | 4 | 1A | AE | 26 | 39 |
| Octal | 151 | 274 | 264 | 54 | 0 | 4 | 32 | 256 | 46 | 71 |
| Binary | 1101001 | 10111100 | 10110100 | 101100 | 0 | 100 | 11010 | 10101110 | 100110 | 111001 |
Color Harmonies of #69BCB4
Complementary color
Monochromatic Colors of #69BCB4
Black with #69BCB4
Text Example
Text Example
White with #69BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCB4; }
p { color: rgb(105,188,180); }
H1.HeaderClassName
{
color: #69BCB4;
}
.AnyTagClassName
{
color: #69BCB4;
}
</style>
background-color css
<style>
a { background-color: #69BCB4; }
a { background-color: rgb(105,188,180); }
div.DivClassName
{
background-color: #69BCB4;
}
.BgClassName
{
background-color: #69BCB4;
}
</style>
border-color css
<style>
span { border-color: #69BCB4; }
span { border-color: rgb(105,188,180); }
td.TdClassName
{
border-color: #69BCB4;
}
.TagClassName
{
border-color: #69BCB4;
}
</style>