Shades of Tradewind #78A39E
Tints of Tradewind #78A39E
RGB
CMYK
RGB Variations
Color information
#78A39E (or 0x78A39E) is known color: Tradewind. HEX triplet: 78, A3 and 9E. RGB value is (120,163,158). Sum of RGB (Red+Green+Blue) = 120+163+158=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #78A39E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A39E is #875C61. Grayscale: #959595. Windows color (decimal): -8871010 or 10396536. OLE color: 10396536.
HSL color Cylindrical-coordinate representation of color #78A39E: hue angle of 173.02º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A39E is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 158 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.36 |
| HSL | 173.02º | 0.19% | 0.55% | - |
| HSV(B) | 173.02º | 0.26% | 0.64% | - |
| XYZ | 27.01 | 32.66 | 37.23 | - |
| YUV | 149.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 158 | 0.26 | 0 | 0.03 | 0.36 | 173.02 | 0.19 | 0.55 |
| Hex | 78 | A3 | 9E | 1A | 0 | 3 | 24 | AD | 13 | 37 |
| Octal | 170 | 243 | 236 | 32 | 0 | 3 | 44 | 255 | 23 | 67 |
| Binary | 1111000 | 10100011 | 10011110 | 11010 | 0 | 11 | 100100 | 10101101 | 10011 | 110111 |
Color Harmonies of #78A39E
Complementary color
Monochromatic Colors of #78A39E
Black with #78A39E
Text Example
Text Example
White with #78A39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A39E; }
p { color: rgb(120,163,158); }
H1.HeaderClassName
{
color: #78A39E;
}
.AnyTagClassName
{
color: #78A39E;
}
</style>
background-color css
<style>
a { background-color: #78A39E; }
a { background-color: rgb(120,163,158); }
div.DivClassName
{
background-color: #78A39E;
}
.BgClassName
{
background-color: #78A39E;
}
</style>
border-color css
<style>
span { border-color: #78A39E; }
span { border-color: rgb(120,163,158); }
td.TdClassName
{
border-color: #78A39E;
}
.TagClassName
{
border-color: #78A39E;
}
</style>