Shades of Gulf Stream #7BBAAA
Tints of Gulf Stream #7BBAAA
RGB
CMYK
RGB Variations
Color information
#7BBAAA (or 0x7BBAAA) is known color: Gulf Stream. HEX triplet: 7B, BA and AA. RGB value is (123,186,170). Sum of RGB (Red+Green+Blue) = 123+186+170=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBAAA is #844555. Grayscale: #A5A5A5. Windows color (decimal): -8668502 or 11188859. OLE color: 11188859.
HSL color Cylindrical-coordinate representation of color #7BBAAA: hue angle of 164.76º 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 #7BBAAA is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 170 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.27 |
| HSL | 164.76º | 0.31% | 0.61% | - |
| HSV(B) | 164.76º | 0.34% | 0.73% | - |
| XYZ | 32.98 | 42.23 | 44.44 | - |
| YUV | 165.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 170 | 0.34 | 0 | 0.09 | 0.27 | 164.76 | 0.31 | 0.61 |
| Hex | 7B | BA | AA | 22 | 0 | 9 | 1B | A5 | 1F | 3D |
| Octal | 173 | 272 | 252 | 42 | 0 | 11 | 33 | 245 | 37 | 75 |
| Binary | 1111011 | 10111010 | 10101010 | 100010 | 0 | 1001 | 11011 | 10100101 | 11111 | 111101 |
Color Harmonies of #7BBAAA
Complementary color
Monochromatic Colors of #7BBAAA
Black with #7BBAAA
Text Example
Text Example
White with #7BBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBAAA; }
p { color: rgb(123,186,170); }
H1.HeaderClassName
{
color: #7BBAAA;
}
.AnyTagClassName
{
color: #7BBAAA;
}
</style>
background-color css
<style>
a { background-color: #7BBAAA; }
a { background-color: rgb(123,186,170); }
div.DivClassName
{
background-color: #7BBAAA;
}
.BgClassName
{
background-color: #7BBAAA;
}
</style>
border-color css
<style>
span { border-color: #7BBAAA; }
span { border-color: rgb(123,186,170); }
td.TdClassName
{
border-color: #7BBAAA;
}
.TagClassName
{
border-color: #7BBAAA;
}
</style>