Shades of Gulf Stream #78A9A3
Tints of Gulf Stream #78A9A3
RGB
CMYK
RGB Variations
Color information
#78A9A3 (or 0x78A9A3) is known color: Gulf Stream. HEX triplet: 78, A9 and A3. RGB value is (120,169,163). Sum of RGB (Red+Green+Blue) = 120+169+163=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 169 - color contains mainly: green. Hex color #78A9A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A9A3 is #87565C. Grayscale: #999999. Windows color (decimal): -8869469 or 10725752. OLE color: 10725752.
HSL color Cylindrical-coordinate representation of color #78A9A3: hue angle of 172.65º 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 #78A9A3 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 169 | 163 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.34 |
| HSL | 172.65º | 0.22% | 0.57% | - |
| HSV(B) | 172.65º | 0.29% | 0.66% | - |
| XYZ | 28.54 | 35.01 | 39.9 | - |
| YUV | 153.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 169 | 163 | 0.29 | 0 | 0.04 | 0.34 | 172.65 | 0.22 | 0.57 |
| Hex | 78 | A9 | A3 | 1D | 0 | 4 | 22 | AD | 16 | 39 |
| Octal | 170 | 251 | 243 | 35 | 0 | 4 | 42 | 255 | 26 | 71 |
| Binary | 1111000 | 10101001 | 10100011 | 11101 | 0 | 100 | 100010 | 10101101 | 10110 | 111001 |
Color Harmonies of #78A9A3
Complementary color
Monochromatic Colors of #78A9A3
Black with #78A9A3
Text Example
Text Example
White with #78A9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A9A3; }
p { color: rgb(120,169,163); }
H1.HeaderClassName
{
color: #78A9A3;
}
.AnyTagClassName
{
color: #78A9A3;
}
</style>
background-color css
<style>
a { background-color: #78A9A3; }
a { background-color: rgb(120,169,163); }
div.DivClassName
{
background-color: #78A9A3;
}
.BgClassName
{
background-color: #78A9A3;
}
</style>
border-color css
<style>
span { border-color: #78A9A3; }
span { border-color: rgb(120,169,163); }
td.TdClassName
{
border-color: #78A9A3;
}
.TagClassName
{
border-color: #78A9A3;
}
</style>