Shades of Gulf Stream #7AAEA9
Tints of Gulf Stream #7AAEA9
RGB
CMYK
RGB Variations
Color information
#7AAEA9 (or 0x7AAEA9) is known color: Gulf Stream. HEX triplet: 7A, AE and A9. RGB value is (122,174,169). Sum of RGB (Red+Green+Blue) = 122+174+169=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAEA9 is #855156. Grayscale: #9D9D9D. Windows color (decimal): -8737111 or 11120250. OLE color: 11120250.
HSL color Cylindrical-coordinate representation of color #7AAEA9: hue angle of 174.23º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAEA9 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 169 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.32 |
| HSL | 174.23º | 0.24% | 0.58% | - |
| HSV(B) | 174.23º | 0.3% | 0.68% | - |
| XYZ | 30.32 | 37.27 | 43.13 | - |
| YUV | 157.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 169 | 0.30 | 0 | 0.03 | 0.32 | 174.23 | 0.24 | 0.58 |
| Hex | 7A | AE | A9 | 1E | 0 | 3 | 20 | AE | 18 | 3A |
| Octal | 172 | 256 | 251 | 36 | 0 | 3 | 40 | 256 | 30 | 72 |
| Binary | 1111010 | 10101110 | 10101001 | 11110 | 0 | 11 | 100000 | 10101110 | 11000 | 111010 |
Color Harmonies of #7AAEA9
Complementary color
Monochromatic Colors of #7AAEA9
Black with #7AAEA9
Text Example
Text Example
White with #7AAEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAEA9; }
p { color: rgb(122,174,169); }
H1.HeaderClassName
{
color: #7AAEA9;
}
.AnyTagClassName
{
color: #7AAEA9;
}
</style>
background-color css
<style>
a { background-color: #7AAEA9; }
a { background-color: rgb(122,174,169); }
div.DivClassName
{
background-color: #7AAEA9;
}
.BgClassName
{
background-color: #7AAEA9;
}
</style>
border-color css
<style>
span { border-color: #7AAEA9; }
span { border-color: rgb(122,174,169); }
td.TdClassName
{
border-color: #7AAEA9;
}
.TagClassName
{
border-color: #7AAEA9;
}
</style>