Shades of Gulf Stream #7AAB9E
Tints of Gulf Stream #7AAB9E
RGB
CMYK
RGB Variations
Color information
#7AAB9E (or 0x7AAB9E) is known color: Gulf Stream. HEX triplet: 7A, AB and 9E. RGB value is (122,171,158). Sum of RGB (Red+Green+Blue) = 122+171+158=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB9E is #855461. Grayscale: #9A9A9A. Windows color (decimal): -8737890 or 10398586. OLE color: 10398586.
HSL color Cylindrical-coordinate representation of color #7AAB9E: hue angle of 164.08º degrees, saturation: 0.23, 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 #7AAB9E is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 158 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.33 |
| HSL | 164.08º | 0.23% | 0.57% | - |
| HSV(B) | 164.08º | 0.29% | 0.67% | - |
| XYZ | 28.76 | 35.73 | 37.73 | - |
| YUV | 154.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 158 | 0.29 | 0 | 0.08 | 0.33 | 164.08 | 0.23 | 0.57 |
| Hex | 7A | AB | 9E | 1D | 0 | 8 | 21 | A4 | 17 | 39 |
| Octal | 172 | 253 | 236 | 35 | 0 | 10 | 41 | 244 | 27 | 71 |
| Binary | 1111010 | 10101011 | 10011110 | 11101 | 0 | 1000 | 100001 | 10100100 | 10111 | 111001 |
Color Harmonies of #7AAB9E
Complementary color
Monochromatic Colors of #7AAB9E
Black with #7AAB9E
Text Example
Text Example
White with #7AAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB9E; }
p { color: rgb(122,171,158); }
H1.HeaderClassName
{
color: #7AAB9E;
}
.AnyTagClassName
{
color: #7AAB9E;
}
</style>
background-color css
<style>
a { background-color: #7AAB9E; }
a { background-color: rgb(122,171,158); }
div.DivClassName
{
background-color: #7AAB9E;
}
.BgClassName
{
background-color: #7AAB9E;
}
</style>
border-color css
<style>
span { border-color: #7AAB9E; }
span { border-color: rgb(122,171,158); }
td.TdClassName
{
border-color: #7AAB9E;
}
.TagClassName
{
border-color: #7AAB9E;
}
</style>