Shades of Gulf Stream #78BAAB
Tints of Gulf Stream #78BAAB
RGB
CMYK
RGB Variations
Color information
#78BAAB (or 0x78BAAB) is known color: Gulf Stream. HEX triplet: 78, BA and AB. RGB value is (120,186,171). Sum of RGB (Red+Green+Blue) = 120+186+171=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #78BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BAAB is #874554. Grayscale: #A4A4A4. Windows color (decimal): -8865109 or 11254392. OLE color: 11254392.
HSL color Cylindrical-coordinate representation of color #78BAAB: hue angle of 166.36º 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 #78BAAB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 171 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.27 |
| HSL | 166.36º | 0.32% | 0.6% | - |
| HSV(B) | 166.36º | 0.35% | 0.73% | - |
| XYZ | 32.66 | 42.05 | 44.92 | - |
| YUV | 164.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 171 | 0.35 | 0 | 0.08 | 0.27 | 166.36 | 0.32 | 0.6 |
| Hex | 78 | BA | AB | 23 | 0 | 8 | 1B | A6 | 20 | 3C |
| Octal | 170 | 272 | 253 | 43 | 0 | 10 | 33 | 246 | 40 | 74 |
| Binary | 1111000 | 10111010 | 10101011 | 100011 | 0 | 1000 | 11011 | 10100110 | 100000 | 111100 |
Color Harmonies of #78BAAB
Complementary color
Monochromatic Colors of #78BAAB
Black with #78BAAB
Text Example
Text Example
White with #78BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BAAB; }
p { color: rgb(120,186,171); }
H1.HeaderClassName
{
color: #78BAAB;
}
.AnyTagClassName
{
color: #78BAAB;
}
</style>
background-color css
<style>
a { background-color: #78BAAB; }
a { background-color: rgb(120,186,171); }
div.DivClassName
{
background-color: #78BAAB;
}
.BgClassName
{
background-color: #78BAAB;
}
</style>
border-color css
<style>
span { border-color: #78BAAB; }
span { border-color: rgb(120,186,171); }
td.TdClassName
{
border-color: #78BAAB;
}
.TagClassName
{
border-color: #78BAAB;
}
</style>