Shades of Tradewind #72AAA2
Tints of Tradewind #72AAA2
RGB
CMYK
RGB Variations
Color information
#72AAA2 (or 0x72AAA2) is known color: Tradewind. HEX triplet: 72, AA and A2. RGB value is (114,170,162). Sum of RGB (Red+Green+Blue) = 114+170+162=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #72AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AAA2 is #8D555D. Grayscale: #989898. Windows color (decimal): -9262430 or 10660466. OLE color: 10660466.
HSL color Cylindrical-coordinate representation of color #72AAA2: hue angle of 171.43º 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 #72AAA2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 170 | 162 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.33 |
| HSL | 171.43º | 0.25% | 0.56% | - |
| HSV(B) | 171.43º | 0.33% | 0.67% | - |
| XYZ | 27.84 | 34.94 | 39.46 | - |
| YUV | 152.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 170 | 162 | 0.33 | 0 | 0.05 | 0.33 | 171.43 | 0.25 | 0.56 |
| Hex | 72 | AA | A2 | 21 | 0 | 5 | 21 | AB | 19 | 38 |
| Octal | 162 | 252 | 242 | 41 | 0 | 5 | 41 | 253 | 31 | 70 |
| Binary | 1110010 | 10101010 | 10100010 | 100001 | 0 | 101 | 100001 | 10101011 | 11001 | 111000 |
Color Harmonies of #72AAA2
Complementary color
Monochromatic Colors of #72AAA2
Black with #72AAA2
Text Example
Text Example
White with #72AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AAA2; }
p { color: rgb(114,170,162); }
H1.HeaderClassName
{
color: #72AAA2;
}
.AnyTagClassName
{
color: #72AAA2;
}
</style>
background-color css
<style>
a { background-color: #72AAA2; }
a { background-color: rgb(114,170,162); }
div.DivClassName
{
background-color: #72AAA2;
}
.BgClassName
{
background-color: #72AAA2;
}
</style>
border-color css
<style>
span { border-color: #72AAA2; }
span { border-color: rgb(114,170,162); }
td.TdClassName
{
border-color: #72AAA2;
}
.TagClassName
{
border-color: #72AAA2;
}
</style>