Shades of Gulf Stream #7AAEA5
Tints of Gulf Stream #7AAEA5
RGB
CMYK
RGB Variations
Color information
#7AAEA5 (or 0x7AAEA5) is known color: Gulf Stream. HEX triplet: 7A, AE and A5. RGB value is (122,174,165). Sum of RGB (Red+Green+Blue) = 122+174+165=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAEA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAEA5 is #85515A. Grayscale: #9D9D9D. Windows color (decimal): -8737115 or 10858106. OLE color: 10858106.
HSL color Cylindrical-coordinate representation of color #7AAEA5: hue angle of 169.62º 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 #7AAEA5 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 165 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.32 |
| HSL | 169.62º | 0.24% | 0.58% | - |
| HSV(B) | 169.62º | 0.3% | 0.68% | - |
| XYZ | 29.95 | 37.13 | 41.18 | - |
| YUV | 157.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 165 | 0.30 | 0 | 0.05 | 0.32 | 169.62 | 0.24 | 0.58 |
| Hex | 7A | AE | A5 | 1E | 0 | 5 | 20 | AA | 18 | 3A |
| Octal | 172 | 256 | 245 | 36 | 0 | 5 | 40 | 252 | 30 | 72 |
| Binary | 1111010 | 10101110 | 10100101 | 11110 | 0 | 101 | 100000 | 10101010 | 11000 | 111010 |
Color Harmonies of #7AAEA5
Complementary color
Monochromatic Colors of #7AAEA5
Black with #7AAEA5
Text Example
Text Example
White with #7AAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAEA5; }
p { color: rgb(122,174,165); }
H1.HeaderClassName
{
color: #7AAEA5;
}
.AnyTagClassName
{
color: #7AAEA5;
}
</style>
background-color css
<style>
a { background-color: #7AAEA5; }
a { background-color: rgb(122,174,165); }
div.DivClassName
{
background-color: #7AAEA5;
}
.BgClassName
{
background-color: #7AAEA5;
}
</style>
border-color css
<style>
span { border-color: #7AAEA5; }
span { border-color: rgb(122,174,165); }
td.TdClassName
{
border-color: #7AAEA5;
}
.TagClassName
{
border-color: #7AAEA5;
}
</style>