Shades of Tradewind #72A299
Tints of Tradewind #72A299
RGB
CMYK
RGB Variations
Color information
#72A299 (or 0x72A299) is known color: Tradewind. HEX triplet: 72, A2 and 99. RGB value is (114,162,153). Sum of RGB (Red+Green+Blue) = 114+162+153=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #72A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A299 is #8D5D66. Grayscale: #929292. Windows color (decimal): -9264487 or 10068594. OLE color: 10068594.
HSL color Cylindrical-coordinate representation of color #72A299: hue angle of 168.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A299 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 153 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.36 |
| HSL | 168.75º | 0.21% | 0.54% | - |
| HSV(B) | 168.75º | 0.3% | 0.64% | - |
| XYZ | 25.61 | 31.72 | 34.91 | - |
| YUV | 146.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 153 | 0.30 | 0 | 0.06 | 0.36 | 168.75 | 0.21 | 0.54 |
| Hex | 72 | A2 | 99 | 1E | 0 | 6 | 24 | A9 | 15 | 36 |
| Octal | 162 | 242 | 231 | 36 | 0 | 6 | 44 | 251 | 25 | 66 |
| Binary | 1110010 | 10100010 | 10011001 | 11110 | 0 | 110 | 100100 | 10101001 | 10101 | 110110 |
Color Harmonies of #72A299
Complementary color
Monochromatic Colors of #72A299
Black with #72A299
Text Example
Text Example
White with #72A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A299; }
p { color: rgb(114,162,153); }
H1.HeaderClassName
{
color: #72A299;
}
.AnyTagClassName
{
color: #72A299;
}
</style>
background-color css
<style>
a { background-color: #72A299; }
a { background-color: rgb(114,162,153); }
div.DivClassName
{
background-color: #72A299;
}
.BgClassName
{
background-color: #72A299;
}
</style>
border-color css
<style>
span { border-color: #72A299; }
span { border-color: rgb(114,162,153); }
td.TdClassName
{
border-color: #72A299;
}
.TagClassName
{
border-color: #72A299;
}
</style>