Shades of Tradewind #72ABA4
Tints of Tradewind #72ABA4
RGB
CMYK
RGB Variations
Color information
#72ABA4 (or 0x72ABA4) is known color: Tradewind. HEX triplet: 72, AB and A4. RGB value is (114,171,164). Sum of RGB (Red+Green+Blue) = 114+171+164=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #72ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ABA4 is #8D545B. Grayscale: #999999. Windows color (decimal): -9262172 or 10791794. OLE color: 10791794.
HSL color Cylindrical-coordinate representation of color #72ABA4: hue angle of 172.63º 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 #72ABA4 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 164 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.33 |
| HSL | 172.63º | 0.25% | 0.56% | - |
| HSV(B) | 172.63º | 0.33% | 0.67% | - |
| XYZ | 28.2 | 35.38 | 40.47 | - |
| YUV | 153.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 164 | 0.33 | 0 | 0.04 | 0.33 | 172.63 | 0.25 | 0.56 |
| Hex | 72 | AB | A4 | 21 | 0 | 4 | 21 | AD | 19 | 38 |
| Octal | 162 | 253 | 244 | 41 | 0 | 4 | 41 | 255 | 31 | 70 |
| Binary | 1110010 | 10101011 | 10100100 | 100001 | 0 | 100 | 100001 | 10101101 | 11001 | 111000 |
Color Harmonies of #72ABA4
Complementary color
Monochromatic Colors of #72ABA4
Black with #72ABA4
Text Example
Text Example
White with #72ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ABA4; }
p { color: rgb(114,171,164); }
H1.HeaderClassName
{
color: #72ABA4;
}
.AnyTagClassName
{
color: #72ABA4;
}
</style>
background-color css
<style>
a { background-color: #72ABA4; }
a { background-color: rgb(114,171,164); }
div.DivClassName
{
background-color: #72ABA4;
}
.BgClassName
{
background-color: #72ABA4;
}
</style>
border-color css
<style>
span { border-color: #72ABA4; }
span { border-color: rgb(114,171,164); }
td.TdClassName
{
border-color: #72ABA4;
}
.TagClassName
{
border-color: #72ABA4;
}
</style>