Shades of Tradewind #69B1A0
Tints of Tradewind #69B1A0
RGB
CMYK
RGB Variations
Color information
#69B1A0 (or 0x69B1A0) is known color: Tradewind. HEX triplet: 69, B1 and A0. RGB value is (105,177,160). Sum of RGB (Red+Green+Blue) = 105+177+160=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #69B1A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B1A0 is #964E5F. Grayscale: #999999. Windows color (decimal): -9850464 or 10531177. OLE color: 10531177.
HSL color Cylindrical-coordinate representation of color #69B1A0: hue angle of 165.83º 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 #69B1A0 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 177 | 160 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.31 |
| HSL | 165.83º | 0.32% | 0.55% | - |
| HSV(B) | 165.83º | 0.41% | 0.69% | - |
| XYZ | 27.89 | 36.99 | 38.93 | - |
| YUV | 153.53 | 131.65 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 177 | 160 | 0.41 | 0 | 0.10 | 0.31 | 165.83 | 0.32 | 0.55 |
| Hex | 69 | B1 | A0 | 29 | 0 | A | 1F | A6 | 20 | 37 |
| Octal | 151 | 261 | 240 | 51 | 0 | 12 | 37 | 246 | 40 | 67 |
| Binary | 1101001 | 10110001 | 10100000 | 101001 | 0 | 1010 | 11111 | 10100110 | 100000 | 110111 |
Color Harmonies of #69B1A0
Complementary color
Monochromatic Colors of #69B1A0
Black with #69B1A0
Text Example
Text Example
White with #69B1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B1A0; }
p { color: rgb(105,177,160); }
H1.HeaderClassName
{
color: #69B1A0;
}
.AnyTagClassName
{
color: #69B1A0;
}
</style>
background-color css
<style>
a { background-color: #69B1A0; }
a { background-color: rgb(105,177,160); }
div.DivClassName
{
background-color: #69B1A0;
}
.BgClassName
{
background-color: #69B1A0;
}
</style>
border-color css
<style>
span { border-color: #69B1A0; }
span { border-color: rgb(105,177,160); }
td.TdClassName
{
border-color: #69B1A0;
}
.TagClassName
{
border-color: #69B1A0;
}
</style>