Shades of Tradewind #72A9A2
Tints of Tradewind #72A9A2
RGB
CMYK
RGB Variations
Color information
#72A9A2 (or 0x72A9A2) is known color: Tradewind. HEX triplet: 72, A9 and A2. RGB value is (114,169,162). Sum of RGB (Red+Green+Blue) = 114+169+162=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #72A9A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A9A2 is #8D565D. Grayscale: #979797. Windows color (decimal): -9262686 or 10660210. OLE color: 10660210.
HSL color Cylindrical-coordinate representation of color #72A9A2: hue angle of 172.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A9A2 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 169 | 162 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.34 |
| HSL | 172.36º | 0.24% | 0.55% | - |
| HSV(B) | 172.36º | 0.33% | 0.66% | - |
| XYZ | 27.65 | 34.56 | 39.4 | - |
| YUV | 151.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 169 | 162 | 0.33 | 0 | 0.04 | 0.34 | 172.36 | 0.24 | 0.55 |
| Hex | 72 | A9 | A2 | 21 | 0 | 4 | 22 | AC | 18 | 37 |
| Octal | 162 | 251 | 242 | 41 | 0 | 4 | 42 | 254 | 30 | 67 |
| Binary | 1110010 | 10101001 | 10100010 | 100001 | 0 | 100 | 100010 | 10101100 | 11000 | 110111 |
Color Harmonies of #72A9A2
Complementary color
Monochromatic Colors of #72A9A2
Black with #72A9A2
Text Example
Text Example
White with #72A9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A9A2; }
p { color: rgb(114,169,162); }
H1.HeaderClassName
{
color: #72A9A2;
}
.AnyTagClassName
{
color: #72A9A2;
}
</style>
background-color css
<style>
a { background-color: #72A9A2; }
a { background-color: rgb(114,169,162); }
div.DivClassName
{
background-color: #72A9A2;
}
.BgClassName
{
background-color: #72A9A2;
}
</style>
border-color css
<style>
span { border-color: #72A9A2; }
span { border-color: rgb(114,169,162); }
td.TdClassName
{
border-color: #72A9A2;
}
.TagClassName
{
border-color: #72A9A2;
}
</style>