Shades of Tradewind #74ABA5
Tints of Tradewind #74ABA5
RGB
CMYK
RGB Variations
Color information
#74ABA5 (or 0x74ABA5) is known color: Tradewind. HEX triplet: 74, AB and A5. RGB value is (116,171,165). Sum of RGB (Red+Green+Blue) = 116+171+165=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #74ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ABA5 is #8B545A. Grayscale: #999999. Windows color (decimal): -9131099 or 10857332. OLE color: 10857332.
HSL color Cylindrical-coordinate representation of color #74ABA5: hue angle of 173.45º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74ABA5 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 165 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.33 |
| HSL | 173.45º | 0.25% | 0.56% | - |
| HSV(B) | 173.45º | 0.32% | 0.67% | - |
| XYZ | 28.56 | 35.56 | 40.96 | - |
| YUV | 153.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 165 | 0.32 | 0 | 0.04 | 0.33 | 173.45 | 0.25 | 0.56 |
| Hex | 74 | AB | A5 | 20 | 0 | 4 | 21 | AD | 19 | 38 |
| Octal | 164 | 253 | 245 | 40 | 0 | 4 | 41 | 255 | 31 | 70 |
| Binary | 1110100 | 10101011 | 10100101 | 100000 | 0 | 100 | 100001 | 10101101 | 11001 | 111000 |
Color Harmonies of #74ABA5
Complementary color
Monochromatic Colors of #74ABA5
Black with #74ABA5
Text Example
Text Example
White with #74ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABA5; }
p { color: rgb(116,171,165); }
H1.HeaderClassName
{
color: #74ABA5;
}
.AnyTagClassName
{
color: #74ABA5;
}
</style>
background-color css
<style>
a { background-color: #74ABA5; }
a { background-color: rgb(116,171,165); }
div.DivClassName
{
background-color: #74ABA5;
}
.BgClassName
{
background-color: #74ABA5;
}
</style>
border-color css
<style>
span { border-color: #74ABA5; }
span { border-color: rgb(116,171,165); }
td.TdClassName
{
border-color: #74ABA5;
}
.TagClassName
{
border-color: #74ABA5;
}
</style>