Shades of Gulf Stream #78B7AA
Tints of Gulf Stream #78B7AA
RGB
CMYK
RGB Variations
Color information
#78B7AA (or 0x78B7AA) is known color: Gulf Stream. HEX triplet: 78, B7 and AA. RGB value is (120,183,170). Sum of RGB (Red+Green+Blue) = 120+183+170=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #78B7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B7AA is #874855. Grayscale: #A2A2A2. Windows color (decimal): -8865878 or 11188088. OLE color: 11188088.
HSL color Cylindrical-coordinate representation of color #78B7AA: hue angle of 167.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B7AA is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 170 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.28 |
| HSL | 167.62º | 0.3% | 0.59% | - |
| HSV(B) | 167.62º | 0.34% | 0.72% | - |
| XYZ | 31.93 | 40.76 | 44.21 | - |
| YUV | 162.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 170 | 0.34 | 0 | 0.07 | 0.28 | 167.62 | 0.3 | 0.59 |
| Hex | 78 | B7 | AA | 22 | 0 | 7 | 1C | A8 | 1E | 3B |
| Octal | 170 | 267 | 252 | 42 | 0 | 7 | 34 | 250 | 36 | 73 |
| Binary | 1111000 | 10110111 | 10101010 | 100010 | 0 | 111 | 11100 | 10101000 | 11110 | 111011 |
Color Harmonies of #78B7AA
Complementary color
Monochromatic Colors of #78B7AA
Black with #78B7AA
Text Example
Text Example
White with #78B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B7AA; }
p { color: rgb(120,183,170); }
H1.HeaderClassName
{
color: #78B7AA;
}
.AnyTagClassName
{
color: #78B7AA;
}
</style>
background-color css
<style>
a { background-color: #78B7AA; }
a { background-color: rgb(120,183,170); }
div.DivClassName
{
background-color: #78B7AA;
}
.BgClassName
{
background-color: #78B7AA;
}
</style>
border-color css
<style>
span { border-color: #78B7AA; }
span { border-color: rgb(120,183,170); }
td.TdClassName
{
border-color: #78B7AA;
}
.TagClassName
{
border-color: #78B7AA;
}
</style>