Shades of Tradewind #72A8A1
Tints of Tradewind #72A8A1
RGB
CMYK
RGB Variations
Color information
#72A8A1 (or 0x72A8A1) is known color: Tradewind. HEX triplet: 72, A8 and A1. RGB value is (114,168,161). Sum of RGB (Red+Green+Blue) = 114+168+161=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #72A8A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A8A1 is #8D575E. Grayscale: #979797. Windows color (decimal): -9262943 or 10594418. OLE color: 10594418.
HSL color Cylindrical-coordinate representation of color #72A8A1: hue angle of 172.22º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A8A1 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 161 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.34 |
| HSL | 172.22º | 0.24% | 0.55% | - |
| HSV(B) | 172.22º | 0.32% | 0.66% | - |
| XYZ | 27.38 | 34.16 | 38.87 | - |
| YUV | 151.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 161 | 0.32 | 0 | 0.04 | 0.34 | 172.22 | 0.24 | 0.55 |
| Hex | 72 | A8 | A1 | 20 | 0 | 4 | 22 | AC | 18 | 37 |
| Octal | 162 | 250 | 241 | 40 | 0 | 4 | 42 | 254 | 30 | 67 |
| Binary | 1110010 | 10101000 | 10100001 | 100000 | 0 | 100 | 100010 | 10101100 | 11000 | 110111 |
Color Harmonies of #72A8A1
Complementary color
Monochromatic Colors of #72A8A1
Black with #72A8A1
Text Example
Text Example
White with #72A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A8A1; }
p { color: rgb(114,168,161); }
H1.HeaderClassName
{
color: #72A8A1;
}
.AnyTagClassName
{
color: #72A8A1;
}
</style>
background-color css
<style>
a { background-color: #72A8A1; }
a { background-color: rgb(114,168,161); }
div.DivClassName
{
background-color: #72A8A1;
}
.BgClassName
{
background-color: #72A8A1;
}
</style>
border-color css
<style>
span { border-color: #72A8A1; }
span { border-color: rgb(114,168,161); }
td.TdClassName
{
border-color: #72A8A1;
}
.TagClassName
{
border-color: #72A8A1;
}
</style>