Shades of Tradewind #74A29A
Tints of Tradewind #74A29A
RGB
CMYK
RGB Variations
Color information
#74A29A (or 0x74A29A) is known color: Tradewind. HEX triplet: 74, A2 and 9A. RGB value is (116,162,154). Sum of RGB (Red+Green+Blue) = 116+162+154=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #74A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A29A is #8B5D65. Grayscale: #939393. Windows color (decimal): -9133414 or 10134132. OLE color: 10134132.
HSL color Cylindrical-coordinate representation of color #74A29A: hue angle of 169.57º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74A29A is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 154 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.36 |
| HSL | 169.57º | 0.2% | 0.55% | - |
| HSV(B) | 169.57º | 0.28% | 0.64% | - |
| XYZ | 25.96 | 31.89 | 35.36 | - |
| YUV | 147.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 154 | 0.28 | 0 | 0.05 | 0.36 | 169.57 | 0.2 | 0.55 |
| Hex | 74 | A2 | 9A | 1C | 0 | 5 | 24 | AA | 14 | 37 |
| Octal | 164 | 242 | 232 | 34 | 0 | 5 | 44 | 252 | 24 | 67 |
| Binary | 1110100 | 10100010 | 10011010 | 11100 | 0 | 101 | 100100 | 10101010 | 10100 | 110111 |
Color Harmonies of #74A29A
Complementary color
Monochromatic Colors of #74A29A
Black with #74A29A
Text Example
Text Example
White with #74A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A29A; }
p { color: rgb(116,162,154); }
H1.HeaderClassName
{
color: #74A29A;
}
.AnyTagClassName
{
color: #74A29A;
}
</style>
background-color css
<style>
a { background-color: #74A29A; }
a { background-color: rgb(116,162,154); }
div.DivClassName
{
background-color: #74A29A;
}
.BgClassName
{
background-color: #74A29A;
}
</style>
border-color css
<style>
span { border-color: #74A29A; }
span { border-color: rgb(116,162,154); }
td.TdClassName
{
border-color: #74A29A;
}
.TagClassName
{
border-color: #74A29A;
}
</style>