Shades of Gulf Stream #78AC9E
Tints of Gulf Stream #78AC9E
RGB
CMYK
RGB Variations
Color information
#78AC9E (or 0x78AC9E) is known color: Gulf Stream. HEX triplet: 78, AC and 9E. RGB value is (120,172,158). Sum of RGB (Red+Green+Blue) = 120+172+158=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AC9E is #875361. Grayscale: #9A9A9A. Windows color (decimal): -8868706 or 10398840. OLE color: 10398840.
HSL color Cylindrical-coordinate representation of color #78AC9E: hue angle of 163.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AC9E is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 158 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.33 |
| HSL | 163.85º | 0.24% | 0.57% | - |
| HSV(B) | 163.85º | 0.3% | 0.67% | - |
| XYZ | 28.67 | 35.97 | 37.78 | - |
| YUV | 154.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 158 | 0.30 | 0 | 0.08 | 0.33 | 163.85 | 0.24 | 0.57 |
| Hex | 78 | AC | 9E | 1E | 0 | 8 | 21 | A4 | 18 | 39 |
| Octal | 170 | 254 | 236 | 36 | 0 | 10 | 41 | 244 | 30 | 71 |
| Binary | 1111000 | 10101100 | 10011110 | 11110 | 0 | 1000 | 100001 | 10100100 | 11000 | 111001 |
Color Harmonies of #78AC9E
Complementary color
Monochromatic Colors of #78AC9E
Black with #78AC9E
Text Example
Text Example
White with #78AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC9E; }
p { color: rgb(120,172,158); }
H1.HeaderClassName
{
color: #78AC9E;
}
.AnyTagClassName
{
color: #78AC9E;
}
</style>
background-color css
<style>
a { background-color: #78AC9E; }
a { background-color: rgb(120,172,158); }
div.DivClassName
{
background-color: #78AC9E;
}
.BgClassName
{
background-color: #78AC9E;
}
</style>
border-color css
<style>
span { border-color: #78AC9E; }
span { border-color: rgb(120,172,158); }
td.TdClassName
{
border-color: #78AC9E;
}
.TagClassName
{
border-color: #78AC9E;
}
</style>