Shades of Gulf Stream #79AAA4
Tints of Gulf Stream #79AAA4
RGB
CMYK
RGB Variations
Color information
#79AAA4 (or 0x79AAA4) is known color: Gulf Stream. HEX triplet: 79, AA and A4. RGB value is (121,170,164). Sum of RGB (Red+Green+Blue) = 121+170+164=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #79AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AAA4 is #86555B. Grayscale: #9A9A9A. Windows color (decimal): -8803676 or 10791545. OLE color: 10791545.
HSL color Cylindrical-coordinate representation of color #79AAA4: hue angle of 172.65º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AAA4 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 170 | 164 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.33 |
| HSL | 172.65º | 0.22% | 0.57% | - |
| HSV(B) | 172.65º | 0.29% | 0.67% | - |
| XYZ | 28.96 | 35.49 | 40.45 | - |
| YUV | 154.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 170 | 164 | 0.29 | 0 | 0.04 | 0.33 | 172.65 | 0.22 | 0.57 |
| Hex | 79 | AA | A4 | 1D | 0 | 4 | 21 | AD | 16 | 39 |
| Octal | 171 | 252 | 244 | 35 | 0 | 4 | 41 | 255 | 26 | 71 |
| Binary | 1111001 | 10101010 | 10100100 | 11101 | 0 | 100 | 100001 | 10101101 | 10110 | 111001 |
Color Harmonies of #79AAA4
Complementary color
Monochromatic Colors of #79AAA4
Black with #79AAA4
Text Example
Text Example
White with #79AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AAA4; }
p { color: rgb(121,170,164); }
H1.HeaderClassName
{
color: #79AAA4;
}
.AnyTagClassName
{
color: #79AAA4;
}
</style>
background-color css
<style>
a { background-color: #79AAA4; }
a { background-color: rgb(121,170,164); }
div.DivClassName
{
background-color: #79AAA4;
}
.BgClassName
{
background-color: #79AAA4;
}
</style>
border-color css
<style>
span { border-color: #79AAA4; }
span { border-color: rgb(121,170,164); }
td.TdClassName
{
border-color: #79AAA4;
}
.TagClassName
{
border-color: #79AAA4;
}
</style>