Shades of Gulf Stream #7ABAAB
Tints of Gulf Stream #7ABAAB
RGB
CMYK
RGB Variations
Color information
#7ABAAB (or 0x7ABAAB) is known color: Gulf Stream. HEX triplet: 7A, BA and AB. RGB value is (122,186,171). Sum of RGB (Red+Green+Blue) = 122+186+171=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAAB is #854554. Grayscale: #A5A5A5. Windows color (decimal): -8734037 or 11254394. OLE color: 11254394.
HSL color Cylindrical-coordinate representation of color #7ABAAB: hue angle of 165.94º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABAAB is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 171 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.27 |
| HSL | 165.94º | 0.32% | 0.6% | - |
| HSV(B) | 165.94º | 0.34% | 0.73% | - |
| XYZ | 32.94 | 42.2 | 44.94 | - |
| YUV | 165.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 171 | 0.34 | 0 | 0.08 | 0.27 | 165.94 | 0.32 | 0.6 |
| Hex | 7A | BA | AB | 22 | 0 | 8 | 1B | A6 | 20 | 3C |
| Octal | 172 | 272 | 253 | 42 | 0 | 10 | 33 | 246 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10101011 | 100010 | 0 | 1000 | 11011 | 10100110 | 100000 | 111100 |
Color Harmonies of #7ABAAB
Complementary color
Monochromatic Colors of #7ABAAB
Black with #7ABAAB
Text Example
Text Example
White with #7ABAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAAB; }
p { color: rgb(122,186,171); }
H1.HeaderClassName
{
color: #7ABAAB;
}
.AnyTagClassName
{
color: #7ABAAB;
}
</style>
background-color css
<style>
a { background-color: #7ABAAB; }
a { background-color: rgb(122,186,171); }
div.DivClassName
{
background-color: #7ABAAB;
}
.BgClassName
{
background-color: #7ABAAB;
}
</style>
border-color css
<style>
span { border-color: #7ABAAB; }
span { border-color: rgb(122,186,171); }
td.TdClassName
{
border-color: #7ABAAB;
}
.TagClassName
{
border-color: #7ABAAB;
}
</style>