Shades of Tradewind #72AEA7
Tints of Tradewind #72AEA7
RGB
CMYK
RGB Variations
Color information
#72AEA7 (or 0x72AEA7) is known color: Tradewind. HEX triplet: 72, AE and A7. RGB value is (114,174,167). Sum of RGB (Red+Green+Blue) = 114+174+167=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEA7 is #8D5158. Grayscale: #9B9B9B. Windows color (decimal): -9261401 or 10989170. OLE color: 10989170.
HSL color Cylindrical-coordinate representation of color #72AEA7: hue angle of 173º 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 #72AEA7 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 174 | 167 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.32 |
| HSL | 173º | 0.27% | 0.56% | - |
| HSV(B) | 173º | 0.34% | 0.68% | - |
| XYZ | 29.05 | 36.64 | 42.1 | - |
| YUV | 155.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 174 | 167 | 0.34 | 0 | 0.04 | 0.32 | 173 | 0.27 | 0.56 |
| Hex | 72 | AE | A7 | 22 | 0 | 4 | 20 | AD | 1B | 38 |
| Octal | 162 | 256 | 247 | 42 | 0 | 4 | 40 | 255 | 33 | 70 |
| Binary | 1110010 | 10101110 | 10100111 | 100010 | 0 | 100 | 100000 | 10101101 | 11011 | 111000 |
Color Harmonies of #72AEA7
Complementary color
Monochromatic Colors of #72AEA7
Black with #72AEA7
Text Example
Text Example
White with #72AEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AEA7; }
p { color: rgb(114,174,167); }
H1.HeaderClassName
{
color: #72AEA7;
}
.AnyTagClassName
{
color: #72AEA7;
}
</style>
background-color css
<style>
a { background-color: #72AEA7; }
a { background-color: rgb(114,174,167); }
div.DivClassName
{
background-color: #72AEA7;
}
.BgClassName
{
background-color: #72AEA7;
}
</style>
border-color css
<style>
span { border-color: #72AEA7; }
span { border-color: rgb(114,174,167); }
td.TdClassName
{
border-color: #72AEA7;
}
.TagClassName
{
border-color: #72AEA7;
}
</style>