Shades of Tradewind #72A69D
Tints of Tradewind #72A69D
RGB
CMYK
RGB Variations
Color information
#72A69D (or 0x72A69D) is known color: Tradewind. HEX triplet: 72, A6 and 9D. RGB value is (114,166,157). Sum of RGB (Red+Green+Blue) = 114+166+157=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #72A69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A69D is #8D5962. Grayscale: #959595. Windows color (decimal): -9263459 or 10331762. OLE color: 10331762.
HSL color Cylindrical-coordinate representation of color #72A69D: hue angle of 169.62º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A69D is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 166 | 157 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.35 |
| HSL | 169.62º | 0.23% | 0.55% | - |
| HSV(B) | 169.62º | 0.31% | 0.65% | - |
| XYZ | 26.66 | 33.28 | 36.92 | - |
| YUV | 149.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 166 | 157 | 0.31 | 0 | 0.05 | 0.35 | 169.62 | 0.23 | 0.55 |
| Hex | 72 | A6 | 9D | 1F | 0 | 5 | 23 | AA | 17 | 37 |
| Octal | 162 | 246 | 235 | 37 | 0 | 5 | 43 | 252 | 27 | 67 |
| Binary | 1110010 | 10100110 | 10011101 | 11111 | 0 | 101 | 100011 | 10101010 | 10111 | 110111 |
Color Harmonies of #72A69D
Complementary color
Monochromatic Colors of #72A69D
Black with #72A69D
Text Example
Text Example
White with #72A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A69D; }
p { color: rgb(114,166,157); }
H1.HeaderClassName
{
color: #72A69D;
}
.AnyTagClassName
{
color: #72A69D;
}
</style>
background-color css
<style>
a { background-color: #72A69D; }
a { background-color: rgb(114,166,157); }
div.DivClassName
{
background-color: #72A69D;
}
.BgClassName
{
background-color: #72A69D;
}
</style>
border-color css
<style>
span { border-color: #72A69D; }
span { border-color: rgb(114,166,157); }
td.TdClassName
{
border-color: #72A69D;
}
.TagClassName
{
border-color: #72A69D;
}
</style>