Shades of Tradewind #78A6A2
Tints of Tradewind #78A6A2
RGB
CMYK
RGB Variations
Color information
#78A6A2 (or 0x78A6A2) is known color: Tradewind. HEX triplet: 78, A6 and A2. RGB value is (120,166,162). Sum of RGB (Red+Green+Blue) = 120+166+162=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #78A6A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A6A2 is #87595D. Grayscale: #979797. Windows color (decimal): -8870238 or 10659448. OLE color: 10659448.
HSL color Cylindrical-coordinate representation of color #78A6A2: hue angle of 174.78º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78A6A2 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 166 | 162 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.35 |
| HSL | 174.78º | 0.21% | 0.56% | - |
| HSV(B) | 174.78º | 0.28% | 0.65% | - |
| XYZ | 27.9 | 33.87 | 39.25 | - |
| YUV | 151.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 162 | 0.28 | 0 | 0.02 | 0.35 | 174.78 | 0.21 | 0.56 |
| Hex | 78 | A6 | A2 | 1C | 0 | 2 | 23 | AF | 15 | 38 |
| Octal | 170 | 246 | 242 | 34 | 0 | 2 | 43 | 257 | 25 | 70 |
| Binary | 1111000 | 10100110 | 10100010 | 11100 | 0 | 10 | 100011 | 10101111 | 10101 | 111000 |
Color Harmonies of #78A6A2
Complementary color
Monochromatic Colors of #78A6A2
Black with #78A6A2
Text Example
Text Example
White with #78A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6A2; }
p { color: rgb(120,166,162); }
H1.HeaderClassName
{
color: #78A6A2;
}
.AnyTagClassName
{
color: #78A6A2;
}
</style>
background-color css
<style>
a { background-color: #78A6A2; }
a { background-color: rgb(120,166,162); }
div.DivClassName
{
background-color: #78A6A2;
}
.BgClassName
{
background-color: #78A6A2;
}
</style>
border-color css
<style>
span { border-color: #78A6A2; }
span { border-color: rgb(120,166,162); }
td.TdClassName
{
border-color: #78A6A2;
}
.TagClassName
{
border-color: #78A6A2;
}
</style>