Shades of Gulf Stream #78B1A7
Tints of Gulf Stream #78B1A7
RGB
CMYK
RGB Variations
Color information
#78B1A7 (or 0x78B1A7) is known color: Gulf Stream. HEX triplet: 78, B1 and A7. RGB value is (120,177,167). Sum of RGB (Red+Green+Blue) = 120+177+167=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #78B1A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B1A7 is #874E58. Grayscale: #9E9E9E. Windows color (decimal): -8867417 or 10989944. OLE color: 10989944.
HSL color Cylindrical-coordinate representation of color #78B1A7: hue angle of 169.47º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78B1A7 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 177 | 167 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.31 |
| HSL | 169.47º | 0.27% | 0.58% | - |
| HSV(B) | 169.47º | 0.32% | 0.69% | - |
| XYZ | 30.44 | 38.23 | 42.33 | - |
| YUV | 158.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 177 | 167 | 0.32 | 0 | 0.06 | 0.31 | 169.47 | 0.27 | 0.58 |
| Hex | 78 | B1 | A7 | 20 | 0 | 6 | 1F | A9 | 1B | 3A |
| Octal | 170 | 261 | 247 | 40 | 0 | 6 | 37 | 251 | 33 | 72 |
| Binary | 1111000 | 10110001 | 10100111 | 100000 | 0 | 110 | 11111 | 10101001 | 11011 | 111010 |
Color Harmonies of #78B1A7
Complementary color
Monochromatic Colors of #78B1A7
Black with #78B1A7
Text Example
Text Example
White with #78B1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B1A7; }
p { color: rgb(120,177,167); }
H1.HeaderClassName
{
color: #78B1A7;
}
.AnyTagClassName
{
color: #78B1A7;
}
</style>
background-color css
<style>
a { background-color: #78B1A7; }
a { background-color: rgb(120,177,167); }
div.DivClassName
{
background-color: #78B1A7;
}
.BgClassName
{
background-color: #78B1A7;
}
</style>
border-color css
<style>
span { border-color: #78B1A7; }
span { border-color: rgb(120,177,167); }
td.TdClassName
{
border-color: #78B1A7;
}
.TagClassName
{
border-color: #78B1A7;
}
</style>