Shades of Gulf Stream #79A49D
Tints of Gulf Stream #79A49D
RGB
CMYK
RGB Variations
Color information
#79A49D (or 0x79A49D) is known color: Gulf Stream. HEX triplet: 79, A4 and 9D. RGB value is (121,164,157). Sum of RGB (Red+Green+Blue) = 121+164+157=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #79A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A49D is #865B62. Grayscale: #969696. Windows color (decimal): -8805219 or 10331257. OLE color: 10331257.
HSL color Cylindrical-coordinate representation of color #79A49D: hue angle of 170.23º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79A49D is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 164 | 157 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.36 |
| HSL | 170.23º | 0.19% | 0.56% | - |
| HSV(B) | 170.23º | 0.26% | 0.64% | - |
| XYZ | 27.25 | 33.05 | 36.84 | - |
| YUV | 150.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 164 | 157 | 0.26 | 0 | 0.04 | 0.36 | 170.23 | 0.19 | 0.56 |
| Hex | 79 | A4 | 9D | 1A | 0 | 4 | 24 | AA | 13 | 38 |
| Octal | 171 | 244 | 235 | 32 | 0 | 4 | 44 | 252 | 23 | 70 |
| Binary | 1111001 | 10100100 | 10011101 | 11010 | 0 | 100 | 100100 | 10101010 | 10011 | 111000 |
Color Harmonies of #79A49D
Complementary color
Monochromatic Colors of #79A49D
Black with #79A49D
Text Example
Text Example
White with #79A49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A49D; }
p { color: rgb(121,164,157); }
H1.HeaderClassName
{
color: #79A49D;
}
.AnyTagClassName
{
color: #79A49D;
}
</style>
background-color css
<style>
a { background-color: #79A49D; }
a { background-color: rgb(121,164,157); }
div.DivClassName
{
background-color: #79A49D;
}
.BgClassName
{
background-color: #79A49D;
}
</style>
border-color css
<style>
span { border-color: #79A49D; }
span { border-color: rgb(121,164,157); }
td.TdClassName
{
border-color: #79A49D;
}
.TagClassName
{
border-color: #79A49D;
}
</style>