Shades of Gulf Stream #7AABA6
Tints of Gulf Stream #7AABA6
RGB
CMYK
RGB Variations
Color information
#7AABA6 (or 0x7AABA6) is known color: Gulf Stream. HEX triplet: 7A, AB and A6. RGB value is (122,171,166). Sum of RGB (Red+Green+Blue) = 122+171+166=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #7AABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABA6 is #855459. Grayscale: #9B9B9B. Windows color (decimal): -8737882 or 10922874. OLE color: 10922874.
HSL color Cylindrical-coordinate representation of color #7AABA6: hue angle of 173.88º 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 #7AABA6 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 166 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.33 |
| HSL | 173.88º | 0.23% | 0.57% | - |
| HSV(B) | 173.88º | 0.29% | 0.67% | - |
| XYZ | 29.47 | 36.02 | 41.47 | - |
| YUV | 155.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 166 | 0.29 | 0 | 0.03 | 0.33 | 173.88 | 0.23 | 0.57 |
| Hex | 7A | AB | A6 | 1D | 0 | 3 | 21 | AE | 17 | 39 |
| Octal | 172 | 253 | 246 | 35 | 0 | 3 | 41 | 256 | 27 | 71 |
| Binary | 1111010 | 10101011 | 10100110 | 11101 | 0 | 11 | 100001 | 10101110 | 10111 | 111001 |
Color Harmonies of #7AABA6
Complementary color
Monochromatic Colors of #7AABA6
Black with #7AABA6
Text Example
Text Example
White with #7AABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABA6; }
p { color: rgb(122,171,166); }
H1.HeaderClassName
{
color: #7AABA6;
}
.AnyTagClassName
{
color: #7AABA6;
}
</style>
background-color css
<style>
a { background-color: #7AABA6; }
a { background-color: rgb(122,171,166); }
div.DivClassName
{
background-color: #7AABA6;
}
.BgClassName
{
background-color: #7AABA6;
}
</style>
border-color css
<style>
span { border-color: #7AABA6; }
span { border-color: rgb(122,171,166); }
td.TdClassName
{
border-color: #7AABA6;
}
.TagClassName
{
border-color: #7AABA6;
}
</style>