Shades of Gulf Stream #7ABAA6
Tints of Gulf Stream #7ABAA6
RGB
CMYK
RGB Variations
Color information
#7ABAA6 (or 0x7ABAA6) is known color: Gulf Stream. HEX triplet: 7A, BA and A6. RGB value is (122,186,166). Sum of RGB (Red+Green+Blue) = 122+186+166=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAA6 is #854559. Grayscale: #A4A4A4. Windows color (decimal): -8734042 or 10926714. OLE color: 10926714.
HSL color Cylindrical-coordinate representation of color #7ABAA6: hue angle of 161.25º 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 #7ABAA6 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 166 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.27 |
| HSL | 161.25º | 0.32% | 0.6% | - |
| HSV(B) | 161.25º | 0.34% | 0.73% | - |
| XYZ | 32.47 | 42.01 | 42.47 | - |
| YUV | 164.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 166 | 0.34 | 0 | 0.11 | 0.27 | 161.25 | 0.32 | 0.6 |
| Hex | 7A | BA | A6 | 22 | 0 | B | 1B | A1 | 20 | 3C |
| Octal | 172 | 272 | 246 | 42 | 0 | 13 | 33 | 241 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10100110 | 100010 | 0 | 1011 | 11011 | 10100001 | 100000 | 111100 |
Color Harmonies of #7ABAA6
Complementary color
Monochromatic Colors of #7ABAA6
Black with #7ABAA6
Text Example
Text Example
White with #7ABAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAA6; }
p { color: rgb(122,186,166); }
H1.HeaderClassName
{
color: #7ABAA6;
}
.AnyTagClassName
{
color: #7ABAA6;
}
</style>
background-color css
<style>
a { background-color: #7ABAA6; }
a { background-color: rgb(122,186,166); }
div.DivClassName
{
background-color: #7ABAA6;
}
.BgClassName
{
background-color: #7ABAA6;
}
</style>
border-color css
<style>
span { border-color: #7ABAA6; }
span { border-color: rgb(122,186,166); }
td.TdClassName
{
border-color: #7ABAA6;
}
.TagClassName
{
border-color: #7ABAA6;
}
</style>