Shades of Gulf Stream #7BA49F
Tints of Gulf Stream #7BA49F
RGB
CMYK
RGB Variations
Color information
#7BA49F (or 0x7BA49F) is known color: Gulf Stream. HEX triplet: 7B, A4 and 9F. RGB value is (123,164,159). Sum of RGB (Red+Green+Blue) = 123+164+159=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA49F is #845B60. Grayscale: #979797. Windows color (decimal): -8674145 or 10462331. OLE color: 10462331.
HSL color Cylindrical-coordinate representation of color #7BA49F: hue angle of 172.68º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA49F is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 159 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.36 |
| HSL | 172.68º | 0.18% | 0.56% | - |
| HSV(B) | 172.68º | 0.25% | 0.64% | - |
| XYZ | 27.7 | 33.27 | 37.76 | - |
| YUV | 151.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 159 | 0.25 | 0 | 0.03 | 0.36 | 172.68 | 0.18 | 0.56 |
| Hex | 7B | A4 | 9F | 19 | 0 | 3 | 24 | AD | 12 | 38 |
| Octal | 173 | 244 | 237 | 31 | 0 | 3 | 44 | 255 | 22 | 70 |
| Binary | 1111011 | 10100100 | 10011111 | 11001 | 0 | 11 | 100100 | 10101101 | 10010 | 111000 |
Color Harmonies of #7BA49F
Complementary color
Monochromatic Colors of #7BA49F
Black with #7BA49F
Text Example
Text Example
White with #7BA49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA49F; }
p { color: rgb(123,164,159); }
H1.HeaderClassName
{
color: #7BA49F;
}
.AnyTagClassName
{
color: #7BA49F;
}
</style>
background-color css
<style>
a { background-color: #7BA49F; }
a { background-color: rgb(123,164,159); }
div.DivClassName
{
background-color: #7BA49F;
}
.BgClassName
{
background-color: #7BA49F;
}
</style>
border-color css
<style>
span { border-color: #7BA49F; }
span { border-color: rgb(123,164,159); }
td.TdClassName
{
border-color: #7BA49F;
}
.TagClassName
{
border-color: #7BA49F;
}
</style>