Shades of Gulf Stream #7AAA9F
Tints of Gulf Stream #7AAA9F
RGB
CMYK
RGB Variations
Color information
#7AAA9F (or 0x7AAA9F) is known color: Gulf Stream. HEX triplet: 7A, AA and 9F. RGB value is (122,170,159). Sum of RGB (Red+Green+Blue) = 122+170+159=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA9F is #855560. Grayscale: #9A9A9A. Windows color (decimal): -8738145 or 10463866. OLE color: 10463866.
HSL color Cylindrical-coordinate representation of color #7AAA9F: hue angle of 166.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AAA9F is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 159 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.33 |
| HSL | 166.25º | 0.22% | 0.57% | - |
| HSV(B) | 166.25º | 0.28% | 0.67% | - |
| XYZ | 28.66 | 35.39 | 38.12 | - |
| YUV | 154.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 159 | 0.28 | 0 | 0.06 | 0.33 | 166.25 | 0.22 | 0.57 |
| Hex | 7A | AA | 9F | 1C | 0 | 6 | 21 | A6 | 16 | 39 |
| Octal | 172 | 252 | 237 | 34 | 0 | 6 | 41 | 246 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10011111 | 11100 | 0 | 110 | 100001 | 10100110 | 10110 | 111001 |
Color Harmonies of #7AAA9F
Complementary color
Monochromatic Colors of #7AAA9F
Black with #7AAA9F
Text Example
Text Example
White with #7AAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA9F; }
p { color: rgb(122,170,159); }
H1.HeaderClassName
{
color: #7AAA9F;
}
.AnyTagClassName
{
color: #7AAA9F;
}
</style>
background-color css
<style>
a { background-color: #7AAA9F; }
a { background-color: rgb(122,170,159); }
div.DivClassName
{
background-color: #7AAA9F;
}
.BgClassName
{
background-color: #7AAA9F;
}
</style>
border-color css
<style>
span { border-color: #7AAA9F; }
span { border-color: rgb(122,170,159); }
td.TdClassName
{
border-color: #7AAA9F;
}
.TagClassName
{
border-color: #7AAA9F;
}
</style>