Shades of Tradewind #69B1AD
Tints of Tradewind #69B1AD
RGB
CMYK
RGB Variations
Color information
#69B1AD (or 0x69B1AD) is known color: Tradewind. HEX triplet: 69, B1 and AD. RGB value is (105,177,173). Sum of RGB (Red+Green+Blue) = 105+177+173=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #69B1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B1AD is #964E52. Grayscale: #9A9A9A. Windows color (decimal): -9850451 or 11383145. OLE color: 11383145.
HSL color Cylindrical-coordinate representation of color #69B1AD: hue angle of 176.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B1AD is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 177 | 173 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.31 |
| HSL | 176.67º | 0.32% | 0.55% | - |
| HSV(B) | 176.67º | 0.41% | 0.69% | - |
| XYZ | 29.09 | 37.46 | 45.23 | - |
| YUV | 155.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 177 | 173 | 0.41 | 0 | 0.02 | 0.31 | 176.67 | 0.32 | 0.55 |
| Hex | 69 | B1 | AD | 29 | 0 | 2 | 1F | B1 | 20 | 37 |
| Octal | 151 | 261 | 255 | 51 | 0 | 2 | 37 | 261 | 40 | 67 |
| Binary | 1101001 | 10110001 | 10101101 | 101001 | 0 | 10 | 11111 | 10110001 | 100000 | 110111 |
Color Harmonies of #69B1AD
Complementary color
Monochromatic Colors of #69B1AD
Black with #69B1AD
Text Example
Text Example
White with #69B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B1AD; }
p { color: rgb(105,177,173); }
H1.HeaderClassName
{
color: #69B1AD;
}
.AnyTagClassName
{
color: #69B1AD;
}
</style>
background-color css
<style>
a { background-color: #69B1AD; }
a { background-color: rgb(105,177,173); }
div.DivClassName
{
background-color: #69B1AD;
}
.BgClassName
{
background-color: #69B1AD;
}
</style>
border-color css
<style>
span { border-color: #69B1AD; }
span { border-color: rgb(105,177,173); }
td.TdClassName
{
border-color: #69B1AD;
}
.TagClassName
{
border-color: #69B1AD;
}
</style>