Shades of Tradewind #72AEA8
Tints of Tradewind #72AEA8
RGB
CMYK
RGB Variations
Color information
#72AEA8 (or 0x72AEA8) is known color: Tradewind. HEX triplet: 72, AE and A8. RGB value is (114,174,168). Sum of RGB (Red+Green+Blue) = 114+174+168=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEA8 is #8D5157. Grayscale: #9B9B9B. Windows color (decimal): -9261400 or 11054706. OLE color: 11054706.
HSL color Cylindrical-coordinate representation of color #72AEA8: hue angle of 174º 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 #72AEA8 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 174 | 168 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.32 |
| HSL | 174º | 0.27% | 0.56% | - |
| HSV(B) | 174º | 0.34% | 0.68% | - |
| XYZ | 29.14 | 36.68 | 42.59 | - |
| YUV | 155.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 174 | 168 | 0.34 | 0 | 0.03 | 0.32 | 174 | 0.27 | 0.56 |
| Hex | 72 | AE | A8 | 22 | 0 | 3 | 20 | AE | 1B | 38 |
| Octal | 162 | 256 | 250 | 42 | 0 | 3 | 40 | 256 | 33 | 70 |
| Binary | 1110010 | 10101110 | 10101000 | 100010 | 0 | 11 | 100000 | 10101110 | 11011 | 111000 |
Color Harmonies of #72AEA8
Complementary color
Monochromatic Colors of #72AEA8
Black with #72AEA8
Text Example
Text Example
White with #72AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AEA8; }
p { color: rgb(114,174,168); }
H1.HeaderClassName
{
color: #72AEA8;
}
.AnyTagClassName
{
color: #72AEA8;
}
</style>
background-color css
<style>
a { background-color: #72AEA8; }
a { background-color: rgb(114,174,168); }
div.DivClassName
{
background-color: #72AEA8;
}
.BgClassName
{
background-color: #72AEA8;
}
</style>
border-color css
<style>
span { border-color: #72AEA8; }
span { border-color: rgb(114,174,168); }
td.TdClassName
{
border-color: #72AEA8;
}
.TagClassName
{
border-color: #72AEA8;
}
</style>