Shades of Tradewind #72AEA9
Tints of Tradewind #72AEA9
RGB
CMYK
RGB Variations
Color information
#72AEA9 (or 0x72AEA9) is known color: Tradewind. HEX triplet: 72, AE and A9. RGB value is (114,174,169). Sum of RGB (Red+Green+Blue) = 114+174+169=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEA9 is #8D5156. Grayscale: #9B9B9B. Windows color (decimal): -9261399 or 11120242. OLE color: 11120242.
HSL color Cylindrical-coordinate representation of color #72AEA9: hue angle of 175º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AEA9 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 174 | 169 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.32 |
| HSL | 175º | 0.27% | 0.56% | - |
| HSV(B) | 175º | 0.34% | 0.68% | - |
| XYZ | 29.24 | 36.71 | 43.08 | - |
| YUV | 155.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 174 | 169 | 0.34 | 0 | 0.03 | 0.32 | 175 | 0.27 | 0.56 |
| Hex | 72 | AE | A9 | 22 | 0 | 3 | 20 | AF | 1B | 38 |
| Octal | 162 | 256 | 251 | 42 | 0 | 3 | 40 | 257 | 33 | 70 |
| Binary | 1110010 | 10101110 | 10101001 | 100010 | 0 | 11 | 100000 | 10101111 | 11011 | 111000 |
Color Harmonies of #72AEA9
Complementary color
Monochromatic Colors of #72AEA9
Black with #72AEA9
Text Example
Text Example
White with #72AEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AEA9; }
p { color: rgb(114,174,169); }
H1.HeaderClassName
{
color: #72AEA9;
}
.AnyTagClassName
{
color: #72AEA9;
}
</style>
background-color css
<style>
a { background-color: #72AEA9; }
a { background-color: rgb(114,174,169); }
div.DivClassName
{
background-color: #72AEA9;
}
.BgClassName
{
background-color: #72AEA9;
}
</style>
border-color css
<style>
span { border-color: #72AEA9; }
span { border-color: rgb(114,174,169); }
td.TdClassName
{
border-color: #72AEA9;
}
.TagClassName
{
border-color: #72AEA9;
}
</style>