Shades of Tradewind #74AAA5
Tints of Tradewind #74AAA5
RGB
CMYK
RGB Variations
Color information
#74AAA5 (or 0x74AAA5) is known color: Tradewind. HEX triplet: 74, AA and A5. RGB value is (116,170,165). Sum of RGB (Red+Green+Blue) = 116+170+165=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #74AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AAA5 is #8B555A. Grayscale: #999999. Windows color (decimal): -9131355 or 10857076. OLE color: 10857076.
HSL color Cylindrical-coordinate representation of color #74AAA5: hue angle of 174.44º degrees, saturation: 0.24, 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 #74AAA5 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 165 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.33 |
| HSL | 174.44º | 0.24% | 0.56% | - |
| HSV(B) | 174.44º | 0.32% | 0.67% | - |
| XYZ | 28.37 | 35.18 | 40.89 | - |
| YUV | 153.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 165 | 0.32 | 0 | 0.03 | 0.33 | 174.44 | 0.24 | 0.56 |
| Hex | 74 | AA | A5 | 20 | 0 | 3 | 21 | AE | 18 | 38 |
| Octal | 164 | 252 | 245 | 40 | 0 | 3 | 41 | 256 | 30 | 70 |
| Binary | 1110100 | 10101010 | 10100101 | 100000 | 0 | 11 | 100001 | 10101110 | 11000 | 111000 |
Color Harmonies of #74AAA5
Complementary color
Monochromatic Colors of #74AAA5
Black with #74AAA5
Text Example
Text Example
White with #74AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AAA5; }
p { color: rgb(116,170,165); }
H1.HeaderClassName
{
color: #74AAA5;
}
.AnyTagClassName
{
color: #74AAA5;
}
</style>
background-color css
<style>
a { background-color: #74AAA5; }
a { background-color: rgb(116,170,165); }
div.DivClassName
{
background-color: #74AAA5;
}
.BgClassName
{
background-color: #74AAA5;
}
</style>
border-color css
<style>
span { border-color: #74AAA5; }
span { border-color: rgb(116,170,165); }
td.TdClassName
{
border-color: #74AAA5;
}
.TagClassName
{
border-color: #74AAA5;
}
</style>