Shades of Tradewind #72AAA5
Tints of Tradewind #72AAA5
RGB
CMYK
RGB Variations
Color information
#72AAA5 (or 0x72AAA5) is known color: Tradewind. HEX triplet: 72, AA and A5. RGB value is (114,170,165). Sum of RGB (Red+Green+Blue) = 114+170+165=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #72AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AAA5 is #8D555A. Grayscale: #989898. Windows color (decimal): -9262427 or 10857074. OLE color: 10857074.
HSL color Cylindrical-coordinate representation of color #72AAA5: hue angle of 174.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AAA5 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 170 | 165 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.33 |
| HSL | 174.64º | 0.25% | 0.56% | - |
| HSV(B) | 174.64º | 0.33% | 0.67% | - |
| XYZ | 28.11 | 35.04 | 40.88 | - |
| YUV | 152.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 170 | 165 | 0.33 | 0 | 0.03 | 0.33 | 174.64 | 0.25 | 0.56 |
| Hex | 72 | AA | A5 | 21 | 0 | 3 | 21 | AF | 19 | 38 |
| Octal | 162 | 252 | 245 | 41 | 0 | 3 | 41 | 257 | 31 | 70 |
| Binary | 1110010 | 10101010 | 10100101 | 100001 | 0 | 11 | 100001 | 10101111 | 11001 | 111000 |
Color Harmonies of #72AAA5
Complementary color
Monochromatic Colors of #72AAA5
Black with #72AAA5
Text Example
Text Example
White with #72AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AAA5; }
p { color: rgb(114,170,165); }
H1.HeaderClassName
{
color: #72AAA5;
}
.AnyTagClassName
{
color: #72AAA5;
}
</style>
background-color css
<style>
a { background-color: #72AAA5; }
a { background-color: rgb(114,170,165); }
div.DivClassName
{
background-color: #72AAA5;
}
.BgClassName
{
background-color: #72AAA5;
}
</style>
border-color css
<style>
span { border-color: #72AAA5; }
span { border-color: rgb(114,170,165); }
td.TdClassName
{
border-color: #72AAA5;
}
.TagClassName
{
border-color: #72AAA5;
}
</style>