Shades of Gulf Stream #78BAA3
Tints of Gulf Stream #78BAA3
RGB
CMYK
RGB Variations
Color information
#78BAA3 (or 0x78BAA3) is known color: Gulf Stream. HEX triplet: 78, BA and A3. RGB value is (120,186,163). Sum of RGB (Red+Green+Blue) = 120+186+163=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BAA3 is #87455C. Grayscale: #A3A3A3. Windows color (decimal): -8865117 or 10730104. OLE color: 10730104.
HSL color Cylindrical-coordinate representation of color #78BAA3: hue angle of 159.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BAA3 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 163 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.27 |
| HSL | 159.09º | 0.32% | 0.6% | - |
| HSV(B) | 159.09º | 0.35% | 0.73% | - |
| XYZ | 31.92 | 41.76 | 41.03 | - |
| YUV | 163.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 163 | 0.35 | 0 | 0.12 | 0.27 | 159.09 | 0.32 | 0.6 |
| Hex | 78 | BA | A3 | 23 | 0 | C | 1B | 9F | 20 | 3C |
| Octal | 170 | 272 | 243 | 43 | 0 | 14 | 33 | 237 | 40 | 74 |
| Binary | 1111000 | 10111010 | 10100011 | 100011 | 0 | 1100 | 11011 | 10011111 | 100000 | 111100 |
Color Harmonies of #78BAA3
Complementary color
Monochromatic Colors of #78BAA3
Black with #78BAA3
Text Example
Text Example
White with #78BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BAA3; }
p { color: rgb(120,186,163); }
H1.HeaderClassName
{
color: #78BAA3;
}
.AnyTagClassName
{
color: #78BAA3;
}
</style>
background-color css
<style>
a { background-color: #78BAA3; }
a { background-color: rgb(120,186,163); }
div.DivClassName
{
background-color: #78BAA3;
}
.BgClassName
{
background-color: #78BAA3;
}
</style>
border-color css
<style>
span { border-color: #78BAA3; }
span { border-color: rgb(120,186,163); }
td.TdClassName
{
border-color: #78BAA3;
}
.TagClassName
{
border-color: #78BAA3;
}
</style>