Shades of Gulf Stream #7BBAA6
Tints of Gulf Stream #7BBAA6
RGB
CMYK
RGB Variations
Color information
#7BBAA6 (or 0x7BBAA6) is known color: Gulf Stream. HEX triplet: 7B, BA and A6. RGB value is (123,186,166). Sum of RGB (Red+Green+Blue) = 123+186+166=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBAA6 is #844559. Grayscale: #A4A4A4. Windows color (decimal): -8668506 or 10926715. OLE color: 10926715.
HSL color Cylindrical-coordinate representation of color #7BBAA6: hue angle of 160.95º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBAA6 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 166 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.27 |
| HSL | 160.95º | 0.31% | 0.61% | - |
| HSV(B) | 160.95º | 0.34% | 0.73% | - |
| XYZ | 32.61 | 42.08 | 42.48 | - |
| YUV | 164.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 166 | 0.34 | 0 | 0.11 | 0.27 | 160.95 | 0.31 | 0.61 |
| Hex | 7B | BA | A6 | 22 | 0 | B | 1B | A1 | 1F | 3D |
| Octal | 173 | 272 | 246 | 42 | 0 | 13 | 33 | 241 | 37 | 75 |
| Binary | 1111011 | 10111010 | 10100110 | 100010 | 0 | 1011 | 11011 | 10100001 | 11111 | 111101 |
Color Harmonies of #7BBAA6
Complementary color
Monochromatic Colors of #7BBAA6
Black with #7BBAA6
Text Example
Text Example
White with #7BBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBAA6; }
p { color: rgb(123,186,166); }
H1.HeaderClassName
{
color: #7BBAA6;
}
.AnyTagClassName
{
color: #7BBAA6;
}
</style>
background-color css
<style>
a { background-color: #7BBAA6; }
a { background-color: rgb(123,186,166); }
div.DivClassName
{
background-color: #7BBAA6;
}
.BgClassName
{
background-color: #7BBAA6;
}
</style>
border-color css
<style>
span { border-color: #7BBAA6; }
span { border-color: rgb(123,186,166); }
td.TdClassName
{
border-color: #7BBAA6;
}
.TagClassName
{
border-color: #7BBAA6;
}
</style>