Shades of Gulf Stream #79B1A4
Tints of Gulf Stream #79B1A4
RGB
CMYK
RGB Variations
Color information
#79B1A4 (or 0x79B1A4) is known color: Gulf Stream. HEX triplet: 79, B1 and A4. RGB value is (121,177,164). Sum of RGB (Red+Green+Blue) = 121+177+164=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #79B1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B1A4 is #864E5B. Grayscale: #9E9E9E. Windows color (decimal): -8801884 or 10793337. OLE color: 10793337.
HSL color Cylindrical-coordinate representation of color #79B1A4: hue angle of 166.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B1A4 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 177 | 164 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.31 |
| HSL | 166.07º | 0.26% | 0.58% | - |
| HSV(B) | 166.07º | 0.32% | 0.69% | - |
| XYZ | 30.31 | 38.19 | 40.9 | - |
| YUV | 158.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 177 | 164 | 0.32 | 0 | 0.07 | 0.31 | 166.07 | 0.26 | 0.58 |
| Hex | 79 | B1 | A4 | 20 | 0 | 7 | 1F | A6 | 1A | 3A |
| Octal | 171 | 261 | 244 | 40 | 0 | 7 | 37 | 246 | 32 | 72 |
| Binary | 1111001 | 10110001 | 10100100 | 100000 | 0 | 111 | 11111 | 10100110 | 11010 | 111010 |
Color Harmonies of #79B1A4
Complementary color
Monochromatic Colors of #79B1A4
Black with #79B1A4
Text Example
Text Example
White with #79B1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B1A4; }
p { color: rgb(121,177,164); }
H1.HeaderClassName
{
color: #79B1A4;
}
.AnyTagClassName
{
color: #79B1A4;
}
</style>
background-color css
<style>
a { background-color: #79B1A4; }
a { background-color: rgb(121,177,164); }
div.DivClassName
{
background-color: #79B1A4;
}
.BgClassName
{
background-color: #79B1A4;
}
</style>
border-color css
<style>
span { border-color: #79B1A4; }
span { border-color: rgb(121,177,164); }
td.TdClassName
{
border-color: #79B1A4;
}
.TagClassName
{
border-color: #79B1A4;
}
</style>