Shades of Gulf Stream #79B3A7
Tints of Gulf Stream #79B3A7
RGB
CMYK
RGB Variations
Color information
#79B3A7 (or 0x79B3A7) is known color: Gulf Stream. HEX triplet: 79, B3 and A7. RGB value is (121,179,167). Sum of RGB (Red+Green+Blue) = 121+179+167=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #79B3A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B3A7 is #864C58. Grayscale: #A0A0A0. Windows color (decimal): -8801369 or 10990457. OLE color: 10990457.
HSL color Cylindrical-coordinate representation of color #79B3A7: hue angle of 167.59º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B3A7 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 179 | 167 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.30 |
| HSL | 167.59º | 0.28% | 0.59% | - |
| HSV(B) | 167.59º | 0.32% | 0.7% | - |
| XYZ | 30.98 | 39.1 | 42.47 | - |
| YUV | 160.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 179 | 167 | 0.32 | 0 | 0.07 | 0.30 | 167.59 | 0.28 | 0.59 |
| Hex | 79 | B3 | A7 | 20 | 0 | 7 | 1E | A8 | 1C | 3B |
| Octal | 171 | 263 | 247 | 40 | 0 | 7 | 36 | 250 | 34 | 73 |
| Binary | 1111001 | 10110011 | 10100111 | 100000 | 0 | 111 | 11110 | 10101000 | 11100 | 111011 |
Color Harmonies of #79B3A7
Complementary color
Monochromatic Colors of #79B3A7
Black with #79B3A7
Text Example
Text Example
White with #79B3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B3A7; }
p { color: rgb(121,179,167); }
H1.HeaderClassName
{
color: #79B3A7;
}
.AnyTagClassName
{
color: #79B3A7;
}
</style>
background-color css
<style>
a { background-color: #79B3A7; }
a { background-color: rgb(121,179,167); }
div.DivClassName
{
background-color: #79B3A7;
}
.BgClassName
{
background-color: #79B3A7;
}
</style>
border-color css
<style>
span { border-color: #79B3A7; }
span { border-color: rgb(121,179,167); }
td.TdClassName
{
border-color: #79B3A7;
}
.TagClassName
{
border-color: #79B3A7;
}
</style>