Shades of Gulf Stream #78A9A5
Tints of Gulf Stream #78A9A5
RGB
CMYK
RGB Variations
Color information
#78A9A5 (or 0x78A9A5) is known color: Gulf Stream. HEX triplet: 78, A9 and A5. RGB value is (120,169,165). Sum of RGB (Red+Green+Blue) = 120+169+165=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 169 - color contains mainly: green. Hex color #78A9A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A9A5 is #87565A. Grayscale: #999999. Windows color (decimal): -8869467 or 10856824. OLE color: 10856824.
HSL color Cylindrical-coordinate representation of color #78A9A5: hue angle of 175.1º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A9A5 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 169 | 165 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.34 |
| HSL | 175.1º | 0.22% | 0.57% | - |
| HSV(B) | 175.1º | 0.29% | 0.66% | - |
| XYZ | 28.73 | 35.09 | 40.86 | - |
| YUV | 153.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 169 | 165 | 0.29 | 0 | 0.02 | 0.34 | 175.1 | 0.22 | 0.57 |
| Hex | 78 | A9 | A5 | 1D | 0 | 2 | 22 | AF | 16 | 39 |
| Octal | 170 | 251 | 245 | 35 | 0 | 2 | 42 | 257 | 26 | 71 |
| Binary | 1111000 | 10101001 | 10100101 | 11101 | 0 | 10 | 100010 | 10101111 | 10110 | 111001 |
Color Harmonies of #78A9A5
Complementary color
Monochromatic Colors of #78A9A5
Black with #78A9A5
Text Example
Text Example
White with #78A9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A9A5; }
p { color: rgb(120,169,165); }
H1.HeaderClassName
{
color: #78A9A5;
}
.AnyTagClassName
{
color: #78A9A5;
}
</style>
background-color css
<style>
a { background-color: #78A9A5; }
a { background-color: rgb(120,169,165); }
div.DivClassName
{
background-color: #78A9A5;
}
.BgClassName
{
background-color: #78A9A5;
}
</style>
border-color css
<style>
span { border-color: #78A9A5; }
span { border-color: rgb(120,169,165); }
td.TdClassName
{
border-color: #78A9A5;
}
.TagClassName
{
border-color: #78A9A5;
}
</style>